mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-22 18:29:51 +08:00
资源批量删除接口 && 资源列表返回管理员信息
This commit is contained in:
@@ -40,4 +40,6 @@ public interface AdminUserService extends IService<AdminUser> {
|
||||
void removeRelateRolesByUserId(Integer userId);
|
||||
|
||||
void passwordChange(AdminUser user, String password);
|
||||
|
||||
List<AdminUser> chunks(List<Integer> ids);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user