This commit is contained in:
2025-08-23 16:27:17 +08:00
parent 97e85a054f
commit de4a33e00e
25 changed files with 1244 additions and 323 deletions

View File

@@ -115,19 +115,21 @@
<Compile Include="BLL\WebSocketBLL.cs" />
<Compile Include="Implementation\AnsyDataProcessService.cs" />
<Compile Include="Implementation\ApiLogService.cs" />
<Compile Include="Implementation\JackYunService.cs" />
<Compile Include="Implementation\ZhuBinService.cs" />
<Compile Include="Implementation\LiQiongHaiService.cs" />
<Compile Include="Implementation\YuyuboService.cs" />
<Compile Include="Implementation\ReportService.cs" />
<Compile Include="Implementation\QueueProcessService.cs" />
<Compile Include="Implementation\WebSocketService.cs" />
<Compile Include="Implementation\WorkProcessService.cs" />
<Compile Include="IServices\IAnsyDataProcessService.cs" />
<Compile Include="IServices\IJackYunService.cs" />
<Compile Include="IServices\ILiQiongHaiService.cs" />
<Compile Include="IServices\IZhuBinService.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="IServices\IWorkProcessService.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ServiceBase.cs" />
</ItemGroup>