mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-22 18:29:51 +08:00
user_role && role_permission中间表的服务优化
This commit is contained in:
@@ -36,4 +36,6 @@ public interface AdminUserService extends IService<AdminUser> {
|
||||
void updateWithRoleIds(AdminUser user, String name, String email, String password, Integer isBanLogin, Integer[] roleIds) throws ServiceException;
|
||||
|
||||
void removeWithRoleIds(Integer userId);
|
||||
|
||||
void removeRelateRolesByUserId(Integer userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user