From fddd1f3d621a1947d698652c72b6a16cc3f6ee2d Mon Sep 17 00:00:00 2001 From: hudong <Administrator@PC-20250329JZUF> Date: 星期二, 24 六月 2025 17:07:51 +0800 Subject: [PATCH] 增加 审核表 审核逻辑优化 出入库逻辑修改 --- HH.WCS.Mobox3.pinggao.csproj | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/HH.WCS.Mobox3.pinggao.csproj b/HH.WCS.Mobox3.pinggao.csproj index 99d4c4f..81227e2 100644 --- a/HH.WCS.Mobox3.pinggao.csproj +++ b/HH.WCS.Mobox3.pinggao.csproj @@ -167,13 +167,16 @@ <Compile Include="api\DebugController.cs" /> <Compile Include="api\ServiceController.cs" /> <Compile Include="api\TestController.cs" /> - <Compile Include="api\TestService.cs" /> + <Compile Include="api\ZSCM_WC.cs" /> <Compile Include="api\WmsSapController.cs" /> <Compile Include="api\WmsSpaHelper.cs" /> <Compile Include="api\ZCCM_NC.cs" /> <Compile Include="api\ZSCM2_CBZX.cs" /> + <Compile Include="api\ZSCM2_CXPZ.cs" /> + <Compile Include="api\ZSCM2_SCFL.cs" /> <Compile Include="api\ZSCM2_SCFLJHW.cs" /> <Compile Include="App_Start\SwaggerControllerDescProvider.cs" /> + <Compile Include="core\ListExtensions.cs" /> <Compile Include="core\WMSCore.cs" /> <Compile Include="device\ModbusHelper.cs" /> <Compile Include="device\PlcHelper.cs" /> @@ -187,14 +190,21 @@ <Compile Include="HH\WCS\Mobox3\pinggao\models\SapRo1ot.cs" /> <Compile Include="models\BaseModel.cs" /> <Compile Include="models\Area.cs" /> + <Compile Include="models\CGRels.cs" /> + <Compile Include="models\DAPING.cs" /> <Compile Include="models\MaterialVoucher.cs" /> <Compile Include="models\OutboundRecord.cs" /> <Compile Include="models\SapReturn.cs" /> <Compile Include="models\SapRoot.cs" /> + <Compile Include="models\TN_CD.cs" /> + <Compile Include="models\TN_Container_Code.cs" /> + <Compile Include="models\TN_DPRECORD.cs" /> <Compile Include="models\TN_GENERATE_ORDER.cs" /> + <Compile Include="models\TN_InBounder_Sh.cs" /> <Compile Include="models\TN_Location_Ext.cs" /> <Compile Include="models\TN_Ll_detail.cs" /> <Compile Include="models\TN_Ll_Order.cs" /> + <Compile Include="models\TN_Material_KC.cs" /> <Compile Include="models\TN_Supplier_detial.cs" /> <Compile Include="models\WorkOrder.cs" /> <Compile Include="models\TN_PRICE.cs" /> -- Gitblit v1.9.1