增加部门删选核查api

This commit is contained in:
none
2023-03-13 14:48:09 +08:00
parent e16212e5ad
commit a3bb8be72e
7 changed files with 70 additions and 0 deletions

View File

@@ -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);
}