This commit is contained in:
PastSaid
2024-03-18 11:42:45 +08:00
parent 08d8878eef
commit c31957eb64
56 changed files with 1485 additions and 123 deletions

View File

@@ -63,6 +63,8 @@
</ItemGroup>
<ItemGroup>
<Compile Include="BaseService.cs" />
<Compile Include="CustomsSyncVaildators.cs" />
<Compile Include="Entites\BaseRequest.cs" />
<Compile Include="ISynchonService.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="sfj4Class.cs" />
@@ -70,7 +72,11 @@
<Compile Include="STK_Inventory\ListEventPlugInEx.cs" />
<Compile Include="STK_Inventory\STKInventoryService.cs" />
<Compile Include="STK_Miscellaneous\STKMiscellaneousService.cs" />
<Compile Include="STK_StockCountGain\CountGainRequest.cs" />
<Compile Include="STK_StockCountGain\OperationEventPlugInEx.cs" />
<Compile Include="STK_StockCountGain\STKStockCountGainService.cs" />
<Compile Include="STK_StockCountLoss\ListEventPlugInEx.cs" />
<Compile Include="STK_StockCountLoss\OperationEventPlugInEx.cs" />
<Compile Include="STK_StockCountLoss\STKStockCountLossService.cs" />
<Compile Include="Synchron2Customs.cs" />
</ItemGroup>
@@ -79,6 +85,10 @@
<Content Include="SQLServer\1.账册信息视图.sql" />
<Content Include="SQLServer\2.1.库存明细同步接口回填.sql" />
<Content Include="SQLServer\2.明细信息关联视图.sql" />
<Content Include="SQLServer\5.盘盈单_表体.sql" />
<Content Include="SQLServer\5.盘盈单_表头.sql" />
<Content Include="SQLServer\6.盘亏单_表体.sql" />
<Content Include="SQLServer\6.盘亏单_表头.sql" />
</ItemGroup>
<ItemGroup>
<Folder Include="STK_MisDelivery\" />