style: 💄 jetbrains.resharper.globaltools 升级到 2023.3 (#70)

This commit is contained in:
2023-12-08 10:24:06 +08:00
committed by GitHub
parent 0059052b87
commit 904df511b9
72 changed files with 82 additions and 87 deletions

View File

@ -11,4 +11,4 @@ public interface IDeptModule : ICrudModule<CreateDeptReq, QueryDeptRsp // 创建
, QueryDeptReq, QueryDeptRsp // 查询类型
, UpdateDeptReq, QueryDeptRsp // 修改类型
, DelReq // 删除类型
> { }
>;

View File

@ -11,4 +11,4 @@ public interface IDicCatalogModule : ICrudModule<CreateDicCatalogReq, QueryDicCa
, QueryDicCatalogReq, QueryDicCatalogRsp // 查询类型
, UpdateDicCatalogReq, QueryDicCatalogRsp // 修改类型
, DelReq // 删除类型
> { }
>;

View File

@ -11,4 +11,4 @@ public interface IDicContentModule : ICrudModule<CreateDicContentReq, QueryDicCo
, QueryDicContentReq, QueryDicContentRsp // 查询类型
, UpdateDicContentReq, QueryDicContentRsp // 修改类型
, DelReq // 删除类型
> { }
>;

View File

@ -11,4 +11,4 @@ public interface IRequestLogModule : ICrudModule<CreateRequestLogReq, QueryReque
, QueryRequestLogReq, QueryRequestLogRsp // 查询类型
, NopReq, NopReq // 修改类型
, DelReq // 删除类型
> { }
>;

View File

@ -11,4 +11,4 @@ public interface IRoleModule : ICrudModule<CreateRoleReq, QueryRoleRsp // 创建
, QueryRoleReq, QueryRoleRsp // 查询类型
, UpdateRoleReq, QueryRoleRsp // 修改类型
, DelReq // 删除类型
> { }
>;

View File

@ -11,4 +11,4 @@ public interface ISiteMsgDeptModule : ICrudModule<CreateSiteMsgDeptReq, QuerySit
, QuerySiteMsgDeptReq, QuerySiteMsgDeptRsp // 查询类型
, UpdateSiteMsgDeptReq, QuerySiteMsgDeptRsp // 修改类型
, DelReq // 删除类型
> { }
>;

View File

@ -11,4 +11,4 @@ public interface ISiteMsgFlagModule : ICrudModule<CreateSiteMsgFlagReq, QuerySit
, QuerySiteMsgFlagReq, QuerySiteMsgFlagRsp // 查询类型
, UpdateSiteMsgFlagReq, QuerySiteMsgFlagRsp // 修改类型
, DelReq // 删除类型
> { }
>;

View File

@ -11,4 +11,4 @@ public interface ISiteMsgRoleModule : ICrudModule<CreateSiteMsgRoleReq, QuerySit
, QuerySiteMsgRoleReq, QuerySiteMsgRoleRsp // 查询类型
, UpdateSiteMsgRoleReq, QuerySiteMsgRoleRsp // 修改类型
, DelReq // 删除类型
> { }
>;

View File

@ -11,4 +11,4 @@ public interface ISiteMsgUserModule : ICrudModule<CreateSiteMsgUserReq, QuerySit
, QuerySiteMsgUserReq, QuerySiteMsgUserRsp // 查询类型
, UpdateSiteMsgUserReq, QuerySiteMsgUserRsp // 修改类型
, DelReq // 删除类型
> { }
>;

View File

@ -11,4 +11,4 @@ public interface IUserProfileModule : ICrudModule<CreateUserProfileReq, QueryUse
, QueryUserProfileReq, QueryUserProfileRsp // 查询类型
, UpdateUserProfileReq, QueryUserProfileRsp // 修改类型
, DelReq // 删除类型
> { }
>;

View File

@ -11,4 +11,4 @@ public interface IExampleModule : ICrudModule<CreateExampleReq, QueryExampleRsp
, QueryExampleReq, QueryExampleRsp // 查询类型
, UpdateExampleReq, QueryExampleRsp // 修改类型
, DelReq // 删除类型
> { }
>;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 缓存服务
/// </summary>
public interface ICacheService : IService, ICacheModule { }
public interface ICacheService : IService, ICacheModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 人机验证服务
/// </summary>
public interface ICaptchaService : IService, ICaptchaModule { }
public interface ICaptchaService : IService, ICaptchaModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 配置服务
/// </summary>
public interface IConfigService : IService, IConfigModule { }
public interface IConfigService : IService, IConfigModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 常量服务
/// </summary>
public interface IConstantService : IService, IConstantModule { }
public interface IConstantService : IService, IConstantModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 部门服务
/// </summary>
public interface IDeptService : IService, IDeptModule { }
public interface IDeptService : IService, IDeptModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 开发服务
/// </summary>
public interface IDevService : IService, IDevModule { }
public interface IDevService : IService, IDevModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 字典目录服务
/// </summary>
public interface IDicCatalogService : IService, IDicCatalogModule { }
public interface IDicCatalogService : IService, IDicCatalogModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 字典内容服务
/// </summary>
public interface IDicContentService : IService, IDicContentModule { }
public interface IDicContentService : IService, IDicContentModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 字典服务
/// </summary>
public interface IDicService : IService, IDicModule { }
public interface IDicService : IService, IDicModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 文件服务
/// </summary>
public interface IFileService : IService, IFileModule { }
public interface IFileService : IService, IFileModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 菜单服务
/// </summary>
public interface IMenuService : IService, IMenuModule { }
public interface IMenuService : IService, IMenuModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 请求日志服务
/// </summary>
public interface IRequestLogService : IService, IRequestLogModule { }
public interface IRequestLogService : IService, IRequestLogModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 角色服务
/// </summary>
public interface IRoleService : IService, IRoleModule { }
public interface IRoleService : IService, IRoleModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 站内信-部门映射服务
/// </summary>
public interface ISiteMsgDeptService : IService, ISiteMsgDeptModule { }
public interface ISiteMsgDeptService : IService, ISiteMsgDeptModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 站内信标记服务
/// </summary>
public interface ISiteMsgFlagService : IService, ISiteMsgFlagModule { }
public interface ISiteMsgFlagService : IService, ISiteMsgFlagModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 站内信-角色映射服务
/// </summary>
public interface ISiteMsgRoleService : IService, ISiteMsgRoleModule { }
public interface ISiteMsgRoleService : IService, ISiteMsgRoleModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 站内信服务
/// </summary>
public interface ISiteMsgService : IService, ISiteMsgModule { }
public interface ISiteMsgService : IService, ISiteMsgModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 站内信-用户映射服务
/// </summary>
public interface ISiteMsgUserService : IService, ISiteMsgUserModule { }
public interface ISiteMsgUserService : IService, ISiteMsgUserModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 工具服务
/// </summary>
public interface IToolsService : IService, IToolsModule { }
public interface IToolsService : IService, IToolsModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 用户档案服务
/// </summary>
public interface IUserProfileService : IService, IUserProfileModule { }
public interface IUserProfileService : IService, IUserProfileModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
/// <summary>
/// 验证码服务
/// </summary>
public interface IVerifyCodeService : IService, IVerifyCodeModule { }
public interface IVerifyCodeService : IService, IVerifyCodeModule;

View File

@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Tpl.Dependency;
/// <summary>
/// 示例服务
/// </summary>
public interface IExampleService : IService, IExampleModule { }
public interface IExampleService : IService, IExampleModule;