mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-24 19:59:31 +08:00
user_department优化
This commit is contained in:
@@ -18,4 +18,6 @@ public interface UserService extends IService<User> {
|
||||
PaginationResult<User> paginate(int page, int size, UserPaginateFilter filter);
|
||||
|
||||
List<String> existsEmailsByEmails(List<String> emails);
|
||||
|
||||
void removeRelateDepartmentsByUserId(Integer userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user