refactor: 刷新角色权限代码位置调整

This commit is contained in:
haoxr
2024-01-29 18:14:40 +08:00
parent 825f1fdfb3
commit 93720b526a
13 changed files with 147 additions and 179 deletions

View File

@@ -14,7 +14,7 @@ import org.apache.ibatis.annotations.Mapper;
public interface SysUserRoleMapper extends BaseMapper<SysUserRole> {
/**
* 统计角色绑定的用户数
* 获取角色绑定的用户数
*
* @param roleId 角色ID
*/