mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-24 19:59:31 +08:00
增加部门删选核查api
This commit is contained in:
@@ -36,4 +36,6 @@ public interface UserService extends IService<User> {
|
||||
List<Integer> getDepIdsByUserId(Integer userId);
|
||||
|
||||
void passwordChange(User user, String oldPassword, String newPassword) throws ServiceException;
|
||||
|
||||
List<User> chunks(List<Integer> ids, List<String> fields);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user