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

@@ -38,4 +38,10 @@ public interface UserService extends IService<User> {
void passwordChange(User user, String oldPassword, String newPassword) throws ServiceException;
List<User> chunks(List<Integer> ids, List<String> fields);
Long total();
Long todayCount();
Long yesterdayCount();
}