From be42500d2c21da97dfdfe908adebe30c2eb254fa Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期五, 25 十月 2024 16:18:11 +0800 Subject: [PATCH] 更新字典获取 --- 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