From eff4c14d88d9240f908dfd7f482f87b2a92f9d0c Mon Sep 17 00:00:00 2001 From: hudong <Administrator@PC-20250329JZUF> Date: 星期二, 10 六月 2025 17:15:35 +0800 Subject: [PATCH] 1其他出入庫接口代码超时优化 2.领料单接口优化 3.任务状态类型修改 4.空旷出入库逻辑优化 --- HH.WCS.Mobox3.pinggao.csproj | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/HH.WCS.Mobox3.pinggao.csproj b/HH.WCS.Mobox3.pinggao.csproj index 8e283cc..cc61d9c 100644 --- a/HH.WCS.Mobox3.pinggao.csproj +++ b/HH.WCS.Mobox3.pinggao.csproj @@ -167,7 +167,7 @@ <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" /> @@ -176,6 +176,7 @@ <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" /> @@ -189,14 +190,19 @@ <Compile Include="HH\WCS\Mobox3\pinggao\models\SapRo1ot.cs" /> <Compile Include="models\BaseModel.cs" /> <Compile Include="models\Area.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_DPRECORD.cs" /> <Compile Include="models\TN_GENERATE_ORDER.cs" /> + <Compile Include="models\TN_In_Detail.cs" /> + <Compile Include="models\TN_In_Order.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