refactor: 刷新角色权限代码位置调整
This commit is contained in:
@@ -23,5 +23,5 @@ public interface SysUserRoleService extends IService<SysUserRole> {
|
||||
* @param roleId 角色ID
|
||||
* @return true:已分配 false:未分配
|
||||
*/
|
||||
boolean isRoleAssignedToUser(Long roleId);
|
||||
boolean hasAssignedUsers(Long roleId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user