From bedab5dc5dedf404beb9d60d4f91d52d9aad9d02 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期六, 18 一月 2025 17:56:40 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/ISys_RoleService.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/ISys_RoleService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/ISys_RoleService.cs" index ecf033c..2c2536a 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/ISys_RoleService.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/ISys_RoleService.cs" @@ -16,6 +16,8 @@ { ISys_RoleRepository Repository { get; } + List<int> GetAllChildrenRoleId(int roleId); + List<RoleNodes> GetAllChildren(int roleId); WebResponseContent GetCurrentTreePermission(); @@ -27,5 +29,7 @@ WebResponseContent GetUserTreePermissionPDA(int RoleId); WebResponseContent SavePermission(List<UserPermissionDTO> userPermissions, int roleId); + + WebResponseContent SavePermissionPDA(List<UserPermissionDTO> userPermissions, int roleId); } } -- Gitblit v1.9.3