修复项目文件:添加IPurchaseReturnService和PurchaseReturnService文件引用

This commit is contained in:
熊帅 2025-11-14 11:45:14 +08:00
parent 6a6546129f
commit 9c1267c712

View File

@ -119,6 +119,7 @@
<Compile Include="Implementation\ApiLogService.cs" /> <Compile Include="Implementation\ApiLogService.cs" />
<Compile Include="Implementation\JackYunStockinService.cs" /> <Compile Include="Implementation\JackYunStockinService.cs" />
<Compile Include="Implementation\OrderPushService.cs" /> <Compile Include="Implementation\OrderPushService.cs" />
<Compile Include="Implementation\PurchaseReturnService.cs" />
<Compile Include="Implementation\PurchaseStockInService.cs" /> <Compile Include="Implementation\PurchaseStockInService.cs" />
<Compile Include="Implementation\SalesOutboundService.cs" /> <Compile Include="Implementation\SalesOutboundService.cs" />
<Compile Include="Implementation\SalesReturnService.cs" /> <Compile Include="Implementation\SalesReturnService.cs" />
@ -132,6 +133,7 @@
<Compile Include="IServices\IAnsyDataProcessService.cs" /> <Compile Include="IServices\IAnsyDataProcessService.cs" />
<Compile Include="IServices\IJackYunStockinService.cs" /> <Compile Include="IServices\IJackYunStockinService.cs" />
<Compile Include="IServices\IOrderPushService.cs" /> <Compile Include="IServices\IOrderPushService.cs" />
<Compile Include="IServices\IPurchaseReturnService.cs" />
<Compile Include="IServices\IPurchaseStockInService.cs" /> <Compile Include="IServices\IPurchaseStockInService.cs" />
<Compile Include="IServices\ISalesOutboundService.cs" /> <Compile Include="IServices\ISalesOutboundService.cs" />
<Compile Include="IServices\ISalesReturnService.cs" /> <Compile Include="IServices\ISalesReturnService.cs" />