角色管理新增导出角色菜单

This commit is contained in:
不做码农
2023-06-17 09:45:45 +08:00
parent 0e043c5716
commit 9d87d75a09
7 changed files with 135 additions and 3 deletions

View File

@@ -40,6 +40,8 @@ namespace ZR.Service.System.IService
List<TreeSelectVo> BuildMenuTreeSelect(List<SysMenu> menus);
void AddSysMenu(GenTable genTableInfo, string permPrefix, bool showEdit, bool showExport);
List<SysMenu> SelectTreeMenuListByRoles(MenuQueryDto menu, List<long> roles);
List<RoleMenuExportDto> SelectRoleMenuListByRole(MenuQueryDto menu, int roleId);
}
/// <summary>