added: 首页主面板api

This commit is contained in:
none
2023-03-22 15:55:44 +08:00
parent d621cc5937
commit c1b3029f4b
15 changed files with 146 additions and 3 deletions

View File

@@ -42,4 +42,6 @@ public interface AdminUserService extends IService<AdminUser> {
void passwordChange(AdminUser user, String password);
List<AdminUser> chunks(List<Integer> ids);
Long total();
}