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 | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/HH.WCS.Mobox3.DSZSH.csproj b/HH.WCS.Mobox3.DSZSH.csproj index adf462c..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" /> @@ -250,10 +254,7 @@ <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,13 +267,11 @@ <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="util\WebHelper.cs" /> <Compile Include="wms\DbTran.cs" /> - <Compile Include="wms\LocationHelper.cs" /> <Compile Include="wms\LogMsg.cs" /> <Compile Include="wms\DbExpr.cs" /> <Compile Include="wms\SYSHelper.cs" /> -- Gitblit v1.9.1