wankeda
2025-12-29 60fb2fdfaddceda64b934b2167ca255f8c3579b8
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);
    }
}