From 63e94e068622d4ef843cee0d19d4f2d231316304 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期五, 25 七月 2025 17:20:38 +0800
Subject: [PATCH] 完善查询语句, 日志记录的封装

---
 HH.WCS.Mobox3.DSZSH.csproj |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/HH.WCS.Mobox3.DSZSH.csproj b/HH.WCS.Mobox3.DSZSH.csproj
index 12ce7fb..adf462c 100644
--- a/HH.WCS.Mobox3.DSZSH.csproj
+++ b/HH.WCS.Mobox3.DSZSH.csproj
@@ -235,16 +235,16 @@
     <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" />
@@ -270,8 +270,11 @@
     <Compile Include="api\WMSController.cs" />
     <Compile Include="dispatch\HostToAGV.cs" />
     <Compile Include="util\LogHelper.cs" />
-    <Compile Include="wms\ContainerHelper.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" />
     <Compile Include="Program.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
@@ -294,6 +297,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