mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 12:22:03 +08:00
added: 首页主面板api
This commit is contained in:
@@ -42,4 +42,6 @@ public interface AdminUserService extends IService<AdminUser> {
|
||||
void passwordChange(AdminUser user, String password);
|
||||
|
||||
List<AdminUser> chunks(List<Integer> ids);
|
||||
|
||||
Long total();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user