代码生成自动添加菜单

This commit is contained in:
不做码农
2023-06-04 20:38:47 +08:00
parent cdd4b42f0a
commit ac38886f60
6 changed files with 130 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
using ZR.Model.System.Dto;
using ZR.Model.System;
using ZR.Model.System.Vo;
using ZR.Model.System.Generate;
namespace ZR.Service.System.IService
{
@@ -37,6 +38,8 @@ namespace ZR.Service.System.IService
List<RouterVo> BuildMenus(List<SysMenu> menus);
List<TreeSelectVo> BuildMenuTreeSelect(List<SysMenu> menus);
void AddSysMenu(GenTable genTableInfo, string permPrefix, bool showEdit, bool showExport);
}
/// <summary>