Merge branch 'master' into net6.0

This commit is contained in:
不做码农
2022-05-25 09:42:01 +08:00
9 changed files with 130 additions and 81 deletions

View File

@@ -13,6 +13,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);