user_role && role_permission中间表的服务优化

This commit is contained in:
none
2023-02-26 22:08:04 +08:00
parent 9883faf3d1
commit e34fb3bad0
11 changed files with 97 additions and 124 deletions

View File

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