From 2ca90a404fa1ab94eb6374f50c6ddd47a2b7f0e6 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期四, 31 七月 2025 17:23:57 +0800
Subject: [PATCH] 删除有问题的TCP旧代码, 优化事务处理和ERP数据模型

---
 HH.WCS.Mobox3.DSZSH.csproj |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/HH.WCS.Mobox3.DSZSH.csproj b/HH.WCS.Mobox3.DSZSH.csproj
index 12ce7fb..4827bd8 100644
--- a/HH.WCS.Mobox3.DSZSH.csproj
+++ b/HH.WCS.Mobox3.DSZSH.csproj
@@ -228,6 +228,10 @@
     <Compile Include="api\ApiModel.cs" />
     <Compile Include="api\DebugController.cs" />
     <Compile Include="api\ErpController.cs" />
+    <Compile Include="api\ErpModel.CreateTaskReturnErpInfo.cs" />
+    <Compile Include="api\ErpModel.ErpSendOutboundPlanInfo.cs" />
+    <Compile Include="api\ErpModel.PickUpReturnErpInfo.cs" />
+    <Compile Include="api\ForceController.cs" />
     <Compile Include="api\MesController.cs" />
     <Compile Include="api\MoboxController.cs" />
     <Compile Include="api\AgvController.cs" />
@@ -235,25 +239,22 @@
     <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" />
-    <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_ItemType.cs" />
     <Compile Include="models\TN_Outbound_Order.cs" />
     <Compile Include="models\TN_Outbound_Detail.cs" />
     <Compile Include="device\ProductionLineDevice.cs" />
     <Compile Include="device\ModbusHelper.cs" />
     <Compile Include="device\OpcUaHelper.cs" />
-    <Compile Include="device\PlcHelper.cs" />
     <Compile Include="device\S7Helper.cs" />
-    <Compile Include="device\TcpClient.cs" />
-    <Compile Include="device\TcpServer.cs" />
     <Compile Include="dispatch\GZRobot.cs" />
     <Compile Include="dispatch\HanAo.cs" />
     <Compile Include="dispatch\NDC.cs" />
@@ -266,12 +267,13 @@
     <Compile Include="models\TN_Loc_Container.cs" />
     <Compile Include="models\TN_Task.cs" />
     <Compile Include="models\TN_Task_Action.cs" />
-    <Compile Include="process\DeviceProcess.cs" />
     <Compile Include="api\WMSController.cs" />
     <Compile Include="dispatch\HostToAGV.cs" />
     <Compile Include="util\LogHelper.cs" />
-    <Compile Include="wms\ContainerHelper.cs" />
-    <Compile Include="wms\LocationHelper.cs" />
+    <Compile Include="util\WebHelper.cs" />
+    <Compile Include="wms\DbTran.cs" />
+    <Compile Include="wms\LogMsg.cs" />
+    <Compile Include="wms\DbExpr.cs" />
     <Compile Include="wms\SYSHelper.cs" />
     <Compile Include="Program.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
@@ -294,6 +296,7 @@
     <None Include="packages.config" />
   </ItemGroup>
   <ItemGroup>
+    <Content Include=".gitignore" />
     <Content Include="readme.md" />
     <EmbeddedResource Include="swagger.js">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>

--
Gitblit v1.9.1