wankeda
5 天以前 d4b029d2697c265fd575549db79cd55bb4f9532e
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);
    }
}