This commit is contained in:
2025-09-01 13:58:20 +08:00
parent c7b9a44f8c
commit 465a5c91bf
7 changed files with 141 additions and 27 deletions

View File

@@ -38,6 +38,9 @@
<HintPath>..\packages\AutoMapper.6.1.1\lib\net45\AutoMapper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Kingdee.CDP.WebApi.SDK">
<HintPath>..\Lib\Kingdee.CDP.WebApi.SDK.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
<Private>True</Private>
@@ -115,28 +118,22 @@
<Compile Include="BLL\WebSocketBLL.cs" />
<Compile Include="Implementation\AnsyDataProcessService.cs" />
<Compile Include="Implementation\ApiLogService.cs" />
<Compile Include="Implementation\PurOrderService.cs" />
<Compile Include="Implementation\PrdOrderService.cs" />
<Compile Include="Implementation\YuyuboService.cs" />
<Compile Include="Implementation\ReportService.cs" />
<Compile Include="Implementation\QueueProcessService.cs" />
<Compile Include="Implementation\WebSocketService.cs" />
<Compile Include="IServices\IAnsyDataProcessService.cs" />
<Compile Include="IServices\IPurOrderService.cs" />
<Compile Include="IServices\IPrdOrderService.cs" />
<Compile Include="IServices\IYuyuboService.cs" />
<Compile Include="IServices\IApiLogService.cs" />
<Compile Include="IServices\IItemListService.cs" />
<Compile Include="IServices\IQueueProcessService.cs" />
<Compile Include="IServices\IReportService.cs" />
<Compile Include="IServices\IWebSocketService.cs" />
<Compile Include="K3CloudHelp.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ServiceBase.cs" />
</ItemGroup>