菜单管理加载优化
This commit is contained in:
@@ -14,6 +14,7 @@ namespace ZR.Service.System.IService
|
||||
List<SysMenu> SelectTreeMenuList(MenuQueryDto menu, long userId);
|
||||
|
||||
SysMenu GetMenuByMenuId(int menuId);
|
||||
List<SysMenu> GetMenusByMenuId(int menuId);
|
||||
int AddMenu(SysMenu menu);
|
||||
|
||||
int EditMenu(SysMenu menu);
|
||||
|
||||
Reference in New Issue
Block a user