From ae6a8a95861a75ee580c75451f57e0504d2c367a Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期一, 09 六月 2025 17:16:49 +0800 Subject: [PATCH] 针对ERP提供的字段,完善部分出库逻辑 --- HH.WCS.Mobox3.DSZSH.csproj | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/HH.WCS.Mobox3.DSZSH.csproj b/HH.WCS.Mobox3.DSZSH.csproj index 5b3a82c..b59c6b7 100644 --- a/HH.WCS.Mobox3.DSZSH.csproj +++ b/HH.WCS.Mobox3.DSZSH.csproj @@ -236,17 +236,17 @@ <Compile Include="core\WCSCore.cs" /> <Compile Include="core\WMSCore.cs" /> <Compile Include="device\TcpClientHelper.cs" /> + <Compile Include="models\TN_Outbound_Plan.cs" /> + <Compile Include="models\TN_Record_Table.cs" /> + <Compile Include="models\TN_RelocationList_Detail.cs" /> + <Compile Include="models\TN_Relocation_List.cs" /> + <Compile Include="models\TN_Shipping_Order.cs" /> + <Compile Include="models\TN_SpotCheck_Detail.cs" /> + <Compile Include="models\TN_Spot_Check.cs" /> <Compile Include="process\TaskProcess.cs" /> <Compile Include="util\SqlHelper.cs" /> - <Compile Include="models\TN_Container_Item.cs" /> - <Compile Include="models\TN_Check_Detail.cs" /> - <Compile Include="models\TN_Check_Order.cs" /> - <Compile Include="models\TN_Inbound_Order.cs" /> - <Compile Include="models\TN_Order_Task.cs" /> <Compile Include="models\TN_Outbound_Order.cs" /> <Compile Include="models\TN_Outbound_Detail.cs" /> - <Compile Include="models\TN_Shift_Detail.cs" /> - <Compile Include="models\TN_Shift_Order.cs" /> <Compile Include="device\ProductionLineDevice.cs" /> <Compile Include="device\ModbusHelper.cs" /> <Compile Include="device\OpcUaHelper.cs" /> @@ -264,7 +264,6 @@ <Compile Include="models\TN_Container.cs" /> <Compile Include="models\TN_Location.cs" /> <Compile Include="models\TN_Loc_Container.cs" /> - <Compile Include="models\TN_WorkOrder.cs" /> <Compile Include="models\TN_Task.cs" /> <Compile Include="models\TN_Task_Action.cs" /> <Compile Include="process\DeviceProcess.cs" /> @@ -286,6 +285,9 @@ <ItemGroup> <None Include=".editorconfig" /> <None Include="App.config" /> + <None Include="config\config.comment.json"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> <None Include="config\config.json"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> -- Gitblit v1.9.1