refactor: 系统功能重构
This commit is contained in:
@@ -20,11 +20,4 @@ public interface SysMenuMapper extends BaseMapper<SysMenu> {
|
||||
|
||||
List<RouteBO> listRoutes();
|
||||
|
||||
/**
|
||||
* 获取角色权限集合
|
||||
*
|
||||
* @param roles
|
||||
* @return
|
||||
*/
|
||||
Set<String> listRolePerms(Set<String> roles);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user