mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-06-20 18:58:16 +08:00
style: 💄 jetbrains.resharper.globaltools 升级到 2023.3 (#70)
This commit is contained in:
@ -11,4 +11,4 @@ public interface IDeptModule : ICrudModule<CreateDeptReq, QueryDeptRsp // 创建
|
||||
, QueryDeptReq, QueryDeptRsp // 查询类型
|
||||
, UpdateDeptReq, QueryDeptRsp // 修改类型
|
||||
, DelReq // 删除类型
|
||||
> { }
|
||||
>;
|
@ -11,4 +11,4 @@ public interface IDicCatalogModule : ICrudModule<CreateDicCatalogReq, QueryDicCa
|
||||
, QueryDicCatalogReq, QueryDicCatalogRsp // 查询类型
|
||||
, UpdateDicCatalogReq, QueryDicCatalogRsp // 修改类型
|
||||
, DelReq // 删除类型
|
||||
> { }
|
||||
>;
|
@ -11,4 +11,4 @@ public interface IDicContentModule : ICrudModule<CreateDicContentReq, QueryDicCo
|
||||
, QueryDicContentReq, QueryDicContentRsp // 查询类型
|
||||
, UpdateDicContentReq, QueryDicContentRsp // 修改类型
|
||||
, DelReq // 删除类型
|
||||
> { }
|
||||
>;
|
@ -11,4 +11,4 @@ public interface IRequestLogModule : ICrudModule<CreateRequestLogReq, QueryReque
|
||||
, QueryRequestLogReq, QueryRequestLogRsp // 查询类型
|
||||
, NopReq, NopReq // 修改类型
|
||||
, DelReq // 删除类型
|
||||
> { }
|
||||
>;
|
@ -11,4 +11,4 @@ public interface IRoleModule : ICrudModule<CreateRoleReq, QueryRoleRsp // 创建
|
||||
, QueryRoleReq, QueryRoleRsp // 查询类型
|
||||
, UpdateRoleReq, QueryRoleRsp // 修改类型
|
||||
, DelReq // 删除类型
|
||||
> { }
|
||||
>;
|
@ -11,4 +11,4 @@ public interface ISiteMsgDeptModule : ICrudModule<CreateSiteMsgDeptReq, QuerySit
|
||||
, QuerySiteMsgDeptReq, QuerySiteMsgDeptRsp // 查询类型
|
||||
, UpdateSiteMsgDeptReq, QuerySiteMsgDeptRsp // 修改类型
|
||||
, DelReq // 删除类型
|
||||
> { }
|
||||
>;
|
@ -11,4 +11,4 @@ public interface ISiteMsgFlagModule : ICrudModule<CreateSiteMsgFlagReq, QuerySit
|
||||
, QuerySiteMsgFlagReq, QuerySiteMsgFlagRsp // 查询类型
|
||||
, UpdateSiteMsgFlagReq, QuerySiteMsgFlagRsp // 修改类型
|
||||
, DelReq // 删除类型
|
||||
> { }
|
||||
>;
|
@ -11,4 +11,4 @@ public interface ISiteMsgRoleModule : ICrudModule<CreateSiteMsgRoleReq, QuerySit
|
||||
, QuerySiteMsgRoleReq, QuerySiteMsgRoleRsp // 查询类型
|
||||
, UpdateSiteMsgRoleReq, QuerySiteMsgRoleRsp // 修改类型
|
||||
, DelReq // 删除类型
|
||||
> { }
|
||||
>;
|
@ -11,4 +11,4 @@ public interface ISiteMsgUserModule : ICrudModule<CreateSiteMsgUserReq, QuerySit
|
||||
, QuerySiteMsgUserReq, QuerySiteMsgUserRsp // 查询类型
|
||||
, UpdateSiteMsgUserReq, QuerySiteMsgUserRsp // 修改类型
|
||||
, DelReq // 删除类型
|
||||
> { }
|
||||
>;
|
@ -11,4 +11,4 @@ public interface IUserProfileModule : ICrudModule<CreateUserProfileReq, QueryUse
|
||||
, QueryUserProfileReq, QueryUserProfileRsp // 查询类型
|
||||
, UpdateUserProfileReq, QueryUserProfileRsp // 修改类型
|
||||
, DelReq // 删除类型
|
||||
> { }
|
||||
>;
|
@ -11,4 +11,4 @@ public interface IExampleModule : ICrudModule<CreateExampleReq, QueryExampleRsp
|
||||
, QueryExampleReq, QueryExampleRsp // 查询类型
|
||||
, UpdateExampleReq, QueryExampleRsp // 修改类型
|
||||
, DelReq // 删除类型
|
||||
> { }
|
||||
>;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 缓存服务
|
||||
/// </summary>
|
||||
public interface ICacheService : IService, ICacheModule { }
|
||||
public interface ICacheService : IService, ICacheModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 人机验证服务
|
||||
/// </summary>
|
||||
public interface ICaptchaService : IService, ICaptchaModule { }
|
||||
public interface ICaptchaService : IService, ICaptchaModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 配置服务
|
||||
/// </summary>
|
||||
public interface IConfigService : IService, IConfigModule { }
|
||||
public interface IConfigService : IService, IConfigModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 常量服务
|
||||
/// </summary>
|
||||
public interface IConstantService : IService, IConstantModule { }
|
||||
public interface IConstantService : IService, IConstantModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 部门服务
|
||||
/// </summary>
|
||||
public interface IDeptService : IService, IDeptModule { }
|
||||
public interface IDeptService : IService, IDeptModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 开发服务
|
||||
/// </summary>
|
||||
public interface IDevService : IService, IDevModule { }
|
||||
public interface IDevService : IService, IDevModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 字典目录服务
|
||||
/// </summary>
|
||||
public interface IDicCatalogService : IService, IDicCatalogModule { }
|
||||
public interface IDicCatalogService : IService, IDicCatalogModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 字典内容服务
|
||||
/// </summary>
|
||||
public interface IDicContentService : IService, IDicContentModule { }
|
||||
public interface IDicContentService : IService, IDicContentModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 字典服务
|
||||
/// </summary>
|
||||
public interface IDicService : IService, IDicModule { }
|
||||
public interface IDicService : IService, IDicModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 文件服务
|
||||
/// </summary>
|
||||
public interface IFileService : IService, IFileModule { }
|
||||
public interface IFileService : IService, IFileModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 菜单服务
|
||||
/// </summary>
|
||||
public interface IMenuService : IService, IMenuModule { }
|
||||
public interface IMenuService : IService, IMenuModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 请求日志服务
|
||||
/// </summary>
|
||||
public interface IRequestLogService : IService, IRequestLogModule { }
|
||||
public interface IRequestLogService : IService, IRequestLogModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 角色服务
|
||||
/// </summary>
|
||||
public interface IRoleService : IService, IRoleModule { }
|
||||
public interface IRoleService : IService, IRoleModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 站内信-部门映射服务
|
||||
/// </summary>
|
||||
public interface ISiteMsgDeptService : IService, ISiteMsgDeptModule { }
|
||||
public interface ISiteMsgDeptService : IService, ISiteMsgDeptModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 站内信标记服务
|
||||
/// </summary>
|
||||
public interface ISiteMsgFlagService : IService, ISiteMsgFlagModule { }
|
||||
public interface ISiteMsgFlagService : IService, ISiteMsgFlagModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 站内信-角色映射服务
|
||||
/// </summary>
|
||||
public interface ISiteMsgRoleService : IService, ISiteMsgRoleModule { }
|
||||
public interface ISiteMsgRoleService : IService, ISiteMsgRoleModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 站内信服务
|
||||
/// </summary>
|
||||
public interface ISiteMsgService : IService, ISiteMsgModule { }
|
||||
public interface ISiteMsgService : IService, ISiteMsgModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 站内信-用户映射服务
|
||||
/// </summary>
|
||||
public interface ISiteMsgUserService : IService, ISiteMsgUserModule { }
|
||||
public interface ISiteMsgUserService : IService, ISiteMsgUserModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 工具服务
|
||||
/// </summary>
|
||||
public interface IToolsService : IService, IToolsModule { }
|
||||
public interface IToolsService : IService, IToolsModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 用户档案服务
|
||||
/// </summary>
|
||||
public interface IUserProfileService : IService, IUserProfileModule { }
|
||||
public interface IUserProfileService : IService, IUserProfileModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency;
|
||||
/// <summary>
|
||||
/// 验证码服务
|
||||
/// </summary>
|
||||
public interface IVerifyCodeService : IService, IVerifyCodeModule { }
|
||||
public interface IVerifyCodeService : IService, IVerifyCodeModule;
|
@ -6,4 +6,4 @@ namespace NetAdmin.SysComponent.Application.Services.Tpl.Dependency;
|
||||
/// <summary>
|
||||
/// 示例服务
|
||||
/// </summary>
|
||||
public interface IExampleService : IService, IExampleModule { }
|
||||
public interface IExampleService : IService, IExampleModule;
|
Reference in New Issue
Block a user