资源批量删除接口 && 资源列表返回管理员信息

This commit is contained in:
none
2023-03-13 10:52:49 +08:00
parent debcddc468
commit 5af91191de
8 changed files with 79 additions and 2 deletions

View File

@@ -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);
}