dengjunjie
2025-03-12 f43b7df8400f4fcffc9f19dca0888d61e2b33d5f
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/ISys_RoleService.cs
@@ -19,9 +19,10 @@
        List<RoleNodes> GetAllChildren(int roleId);
        WebResponseContent GetCurrentTreePermission();
        WebResponseContent GetCurrentTreePermissionPDA();
        WebResponseContent GetUserTreePermission(int role_Id);
        WebResponseContent GetUserTreePermissionPDA(int roleId);
        WebResponseContent SavePermission(List<UserPermissionDTO> userPermissions, int roleId);
        WebResponseContent SavePermissionPDA(List<UserPermissionDTO> userPermissions, int roleId);
    }
}