mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-24 19:59:31 +08:00
added: 首页主面板api
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user