优化管理员列表apic

This commit is contained in:
none
2023-04-04 11:03:07 +08:00
parent ab9e8da4b8
commit e947aab1d7
6 changed files with 51 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ import xyz.playedu.api.types.paginate.AdminUserPaginateFilter;
import xyz.playedu.api.types.paginate.PaginationResult;
import java.util.List;
import java.util.Map;
/**
* @author tengteng
@@ -44,4 +45,6 @@ public interface AdminUserService extends IService<AdminUser> {
List<AdminUser> chunks(List<Integer> ids);
Long total();
Map<Integer, List<Integer>> getAdminUserRoleIds(List<Integer> userIds);
}