From f703b278956736aa14c12d1d25c8e8f23b822760 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期四, 26 六月 2025 17:27:32 +0800 Subject: [PATCH] 优化国自辅助调度和任务推送逻辑 --- HH.WCS.Mobox3.DSZSH.csproj | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/HH.WCS.Mobox3.DSZSH.csproj b/HH.WCS.Mobox3.DSZSH.csproj index 93a7892..4df2d0e 100644 --- a/HH.WCS.Mobox3.DSZSH.csproj +++ b/HH.WCS.Mobox3.DSZSH.csproj @@ -235,7 +235,9 @@ <Compile Include="core\Monitor.cs" /> <Compile Include="core\WCSCore.cs" /> <Compile Include="core\WMSCore.cs" /> + <Compile Include="device\ModbusFactory.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" /> @@ -244,7 +246,6 @@ <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_Outbound_Order.cs" /> <Compile Include="models\TN_Outbound_Detail.cs" /> <Compile Include="device\ProductionLineDevice.cs" /> -- Gitblit v1.9.1