From e88e7a7413d78dc960aa4723215f813ae4d2d6ea Mon Sep 17 00:00:00 2001 From: z8018 <1282578289@qq.com> Date: 星期二, 26 八月 2025 14:21:10 +0800 Subject: [PATCH] 1 --- WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/ISys_MenuService.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/ISys_MenuService.cs b/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/ISys_MenuService.cs index 7325119..1309279 100644 --- a/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/ISys_MenuService.cs +++ b/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/ISys_MenuService.cs @@ -12,6 +12,7 @@ public interface ISys_MenuService : IService<Sys_Menu> { object GetCurrentMenuActionList(); + object GetMenuActionList(int roleId); List<Sys_Menu> GetUserMenuList(int roleId); -- Gitblit v1.9.3