From ad56deb081831090408f97b1c73e61a2eaed8657 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期二, 24 六月 2025 17:22:48 +0800
Subject: [PATCH] 整合部分Modbus和TCP Socket方式处理设备交互的逻辑

---
 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