Browse Source

调整命名

devin.zhu@doverfs.com 1 year ago
parent
commit
d44c012af5

+ 3 - 3
IMES-Middleware-Platform/IMES-Middleware-Platform.sln

@@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio Version 17
 VisualStudioVersion = 17.5.33424.131
 MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IMES-Middleware-Platform.Host", "src\hosts\IMES-Middleware-Platform.Host\IMES-Middleware-Platform.Host.csproj", "{748033B7-70FA-49C1-AF78-739BF97EFB7E}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IMES_Middleware_Platform.Host", "src\hosts\IMES-Middleware-Platform.Host\IMES_Middleware_Platform.Host.csproj", "{748033B7-70FA-49C1-AF78-739BF97EFB7E}"
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IMES-Middleware-Platform.Api", "src\platform\IMES-Middleware-Platform.Api\IMES-Middleware-Platform.Api.csproj", "{B2726C3E-88A0-46B5-99B0-0E2868CD0648}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IMES_Middleware_Platform.Api", "src\platform\IMES-Middleware-Platform.Api\IMES_Middleware_Platform.Api.csproj", "{B2726C3E-88A0-46B5-99B0-0E2868CD0648}"
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IMES-Middleware-Platform.Tests", "src\tests\IMES-Middleware-Platform.Tests\IMES-Middleware-Platform.Tests.csproj", "{D0878ED0-BC11-46DA-BE26-0003E879048D}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IMES_Middleware_Platform.Tests", "src\tests\IMES-Middleware-Platform.Tests\IMES_Middleware_Platform.Tests.csproj", "{D0878ED0-BC11-46DA-BE26-0003E879048D}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution

+ 1 - 1
IMES-Middleware-Platform/src/hosts/IMES-Middleware-Platform.Host/IMES-Middleware-Platform.Host.csproj → IMES-Middleware-Platform/src/hosts/IMES-Middleware-Platform.Host/IMES_Middleware_Platform.Host.csproj

@@ -21,7 +21,7 @@
 	</ItemGroup>
 	
 	<ItemGroup>
-		<ProjectReference Include="..\..\platform\IMES-Middleware-Platform.Api\IMES-Middleware-Platform.Api.csproj" />
+		<ProjectReference Include="..\..\platform\IMES-Middleware-Platform.Api\IMES_Middleware_Platform.Api.csproj" />
 	</ItemGroup>
 
 	<ItemGroup>

+ 0 - 238
IMES-Middleware-Platform/src/platform/IMES-Middleware-Platform.Api/IMES-Middleware-Platform.Api.xml

@@ -1,238 +0,0 @@
-<?xml version="1.0"?>
-<doc>
-    <assembly>
-        <name>IMES_Middleware_Platform.Api</name>
-    </assembly>
-    <members>
-        <member name="T:IMES_Middleware_Platform.Api.Core.Attributes.AppTransactionAttribute">
-            <summary>
-            启用事物
-            </summary>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Core.Consts.ApiConsts">
-            <summary>
-            接口常量
-            </summary>
-        </member>
-        <member name="F:IMES_Middleware_Platform.Api.Core.Consts.ApiConsts.AreaName">
-            <summary>
-            默认域
-            </summary>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Core.Consts.CacheKeys">
-            <summary>
-            缓存键
-            </summary>
-        </member>
-        <member name="F:IMES_Middleware_Platform.Api.Core.Consts.CacheKeys.ModuleActionKey">
-            <summary>
-            模块缓存键 module:action:{id}
-            </summary>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Core.Consts.DbKeys">
-            <summary>
-            数据库键名
-            </summary>
-        </member>
-        <member name="P:IMES_Middleware_Platform.Api.Core.Consts.DbKeys.AppDb">
-            <summary>
-            数据库注册键
-            </summary>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Core.Consts.TaskNames">
-            <summary>
-            任务名
-            </summary>
-        </member>
-        <member name="F:IMES_Middleware_Platform.Api.Core.Consts.TaskNames.ModuleTaskName">
-            <summary>
-            模块任务名
-            </summary>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Core.Handlers.AppCustomTaskHandler">
-            <summary>
-            模块自定义任务处理器
-            </summary>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Core.Handlers.AppTaskHandler">
-            <summary>
-            模块任务处理器
-            </summary>
-        </member>
-        <member name="M:IMES_Middleware_Platform.Api.Core.Handlers.AppTaskHandler.ModuleTask(FreeScheduler.TaskInfo)">
-            <summary>
-            模块任务
-            </summary>
-            <param name="task"></param>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Domain.Module.Dto.ModuleGetPageDto">
-            <summary>
-            模块分页
-            </summary>
-        </member>
-        <member name="P:IMES_Middleware_Platform.Api.Domain.Module.Dto.ModuleGetPageDto.Name">
-            <summary>
-            名称
-            </summary>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Domain.Module.IModuleRepository">
-            <summary>
-            模块仓储接口
-            </summary>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Domain.Module.ModuleEntity">
-            <summary>
-            模块
-            </summary>
-        </member>
-        <member name="P:IMES_Middleware_Platform.Api.Domain.Module.ModuleEntity.Name">
-            <summary>
-            名称
-            </summary>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Domain.Module.Output.ModuleDataOutput">
-            <summary>
-            模块导出
-            </summary>
-        </member>
-        <member name="P:IMES_Middleware_Platform.Api.Domain.Module.Output.ModuleDataOutput.TenantId">
-            <summary>
-            租户Id
-            </summary>
-        </member>
-        <member name="P:IMES_Middleware_Platform.Api.Domain.Module.Output.ModuleDataOutput.Id">
-            <summary>
-            用户Id
-            </summary>
-        </member>
-        <member name="P:IMES_Middleware_Platform.Api.Domain.Module.Output.ModuleDataOutput.Name">
-            <summary>
-            名称
-            </summary>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Repositories.ModuleRepository">
-            <summary>
-            模块仓储
-            </summary>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Services.Module.IModuleService">
-            <summary>
-            模块接口
-            </summary>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Services.Module.Input.ModuleAddInput">
-            <summary>
-            添加模块
-            </summary>
-        </member>
-        <member name="P:IMES_Middleware_Platform.Api.Services.Module.Input.ModuleAddInput.Name">
-            <summary>
-            名称
-            </summary>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Services.Module.Input.ModuleUpdateInput">
-            <summary>
-            修改模块
-            </summary>
-        </member>
-        <member name="P:IMES_Middleware_Platform.Api.Services.Module.Input.ModuleUpdateInput.Id">
-            <summary>
-            编号
-            </summary>
-        </member>
-        <member name="P:IMES_Middleware_Platform.Api.Services.Module.Input.ModuleUpdateInput.Version">
-            <summary>
-            版本
-            </summary>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Services.Module.ModuleService">
-            <summary>
-            模块服务
-            </summary>
-        </member>
-        <member name="M:IMES_Middleware_Platform.Api.Services.Module.ModuleService.GetAsync(System.Int64)">
-            <summary>
-            查询模块
-            </summary>
-            <param name="id"></param>
-            <returns></returns>
-        </member>
-        <member name="M:IMES_Middleware_Platform.Api.Services.Module.ModuleService.GetPageAsync(ZhonTai.Admin.Core.Dto.PageInput{IMES_Middleware_Platform.Api.Domain.Module.Dto.ModuleGetPageDto})">
-            <summary>
-            查询分页
-            </summary>
-            <param name="input"></param>
-            <returns></returns>
-        </member>
-        <member name="M:IMES_Middleware_Platform.Api.Services.Module.ModuleService.AddAsync(IMES_Middleware_Platform.Api.Services.Module.Input.ModuleAddInput)">
-            <summary>
-            新增
-            </summary>
-            <param name="input"></param>
-            <returns></returns>
-        </member>
-        <member name="M:IMES_Middleware_Platform.Api.Services.Module.ModuleService.UpdateAsync(IMES_Middleware_Platform.Api.Services.Module.Input.ModuleUpdateInput)">
-            <summary>
-            修改
-            </summary>
-            <param name="input"></param>
-            <returns></returns>
-        </member>
-        <member name="M:IMES_Middleware_Platform.Api.Services.Module.ModuleService.DeleteAsync(System.Int64)">
-            <summary>
-            彻底删除
-            </summary>
-            <param name="id"></param>
-            <returns></returns>
-        </member>
-        <member name="M:IMES_Middleware_Platform.Api.Services.Module.ModuleService.SoftDeleteAsync(System.Int64)">
-            <summary>
-            删除
-            </summary>
-            <param name="id"></param>
-            <returns></returns>
-        </member>
-        <member name="M:IMES_Middleware_Platform.Api.Services.Module.ModuleService.BatchSoftDeleteAsync(System.Int64[])">
-            <summary>
-            批量删除
-            </summary>
-            <param name="ids"></param>
-            <returns></returns>
-        </member>
-        <member name="M:IMES_Middleware_Platform.Api.Services.Module.ModuleService.ExecuteTask">
-            <summary>
-            执行任务
-            </summary>
-            <returns></returns>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Services.Module.Output.ModuleGetOutput">
-            <summary>
-            模块
-            </summary>
-        </member>
-        <member name="T:IMES_Middleware_Platform.Api.Services.Module.Output.ModuleListOutput">
-            <summary>
-            模块列表
-            </summary>
-        </member>
-        <member name="P:IMES_Middleware_Platform.Api.Services.Module.Output.ModuleListOutput.Id">
-            <summary>
-            主键
-            </summary>
-        </member>
-        <member name="P:IMES_Middleware_Platform.Api.Services.Module.Output.ModuleListOutput.Name">
-            <summary>
-            名称
-            </summary>
-        </member>
-        <member name="M:ZhonTai.Admin.Repositories.CustomSyncData.InitModuleAsync(IFreeSql,FreeSql.IRepositoryUnitOfWork,ZhonTai.Admin.Core.Configs.DbConfig)">
-            <summary>
-            初始化模块
-            </summary>
-            <param name="db"></param>
-            <param name="unitOfWork"></param>
-            <param name="dbConfig"></param>
-            <returns></returns>
-        </member>
-    </members>
-</doc>

+ 0 - 0
IMES-Middleware-Platform/src/platform/IMES-Middleware-Platform.Api/IMES-Middleware-Platform.Api.csproj → IMES-Middleware-Platform/src/platform/IMES-Middleware-Platform.Api/IMES_Middleware_Platform.Api.csproj


+ 1 - 1
IMES-Middleware-Platform/src/platform/IMES-Middleware-Platform.Api/IMES_Middleware_Platform.Api.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <doc>
     <assembly>
-        <name>IMES-Middleware-Platform.Api</name>
+        <name>IMES_Middleware_Platform.Api</name>
     </assembly>
     <members>
         <member name="T:IMES_Middleware_Platform.Api.Core.Attributes.AppTransactionAttribute">

+ 1 - 0
IMES-Middleware-Platform/src/platform/IMES-Middleware-Platform.Api/Services/Association/AssociationService.cs

@@ -18,6 +18,7 @@ namespace IMES_Middleware_Platform.Api.Services.Association
         {
             _configuration = configuration;
         }
+
         public Task<LocalApiDto> GetAllStation(string areaType, string search)
         {
             throw new NotImplementedException();

+ 0 - 0
IMES-Middleware-Platform/src/tests/IMES-Middleware-Platform.Tests/IMES-Middleware-Platform.Tests.csproj → IMES-Middleware-Platform/src/tests/IMES-Middleware-Platform.Tests/IMES_Middleware_Platform.Tests.csproj