From 4b4969023e94492b36f8ee5db513040853620608 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期五, 30 五月 2025 17:23:37 +0800
Subject: [PATCH] 修复git云端文件夹大小写不一致错误

---
 HH.WCS.Mobox3.DSZSH.csproj |   51 +++++++++++++++++++++++++++------------------------
 1 files changed, 27 insertions(+), 24 deletions(-)

diff --git a/HH.WCS.Mobox3.DSZSH.csproj b/HH.WCS.Mobox3.DSZSH.csproj
index 62b0e59..375db87 100644
--- a/HH.WCS.Mobox3.DSZSH.csproj
+++ b/HH.WCS.Mobox3.DSZSH.csproj
@@ -235,17 +235,18 @@
     <Compile Include="core\Monitor.cs" />
     <Compile Include="core\WCSCore.cs" />
     <Compile Include="core\WMSCore.cs" />
+    <Compile Include="device\TcpClientHelper.cs" />
+    <Compile Include="model\TN_Record_Table.cs" />
+    <Compile Include="model\TN_RelocationList_Detail.cs" />
+    <Compile Include="model\TN_Relocation_List.cs" />
+    <Compile Include="model\TN_Shipping_Order.cs" />
+    <Compile Include="model\TN_SpotCheck_Detail.cs" />
+    <Compile Include="model\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_Check_Detail.cs" />
-    <Compile Include="models\TN_Check_Order.cs" />
-    <Compile Include="models\TN_Inbound_Order.cs" />
-    <Compile Include="models\TN_Order_Task.cs" />
-    <Compile Include="models\TN_Outbound_Order.cs" />
-    <Compile Include="models\TN_Outbound_Detail.cs" />
-    <Compile Include="models\TN_Shift_Detail.cs" />
-    <Compile Include="models\TN_Shift_Order.cs" />
+    <Compile Include="model\TN_Container_ItemType.cs" />
+    <Compile Include="model\TN_Outbound_Order.cs" />
+    <Compile Include="model\TN_Outbound_Detail.cs" />
     <Compile Include="device\ProductionLineDevice.cs" />
     <Compile Include="device\ModbusHelper.cs" />
     <Compile Include="device\OpcUaHelper.cs" />
@@ -253,22 +254,21 @@
     <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" />
-    <Compile Include="dispatch\NDCApi.cs" />
-    <Compile Include="models\BaseModel.cs" />
-    <Compile Include="models\TN_CG_Detail.cs" />
-    <Compile Include="models\TN_CAR_IN.cs" />
-    <Compile Include="models\TN_Container.cs" />
-    <Compile Include="models\TN_Location.cs" />
-    <Compile Include="models\TN_Loc_Container.cs" />
-    <Compile Include="models\TN_WorkOrder.cs" />
-    <Compile Include="models\TN_Task.cs" />
-    <Compile Include="models\TN_Task_Action.cs" />
+    <Compile Include="dispatchs\GZRobot.cs" />
+    <Compile Include="dispatchs\HanAo.cs" />
+    <Compile Include="dispatchs\NDC.cs" />
+    <Compile Include="dispatchs\NDCApi.cs" />
+    <Compile Include="model\BaseModel.cs" />
+    <Compile Include="model\TN_CG_Detail.cs" />
+    <Compile Include="model\TN_CAR_IN.cs" />
+    <Compile Include="model\TN_Container.cs" />
+    <Compile Include="model\TN_Location.cs" />
+    <Compile Include="model\TN_Loc_Container.cs" />
+    <Compile Include="model\TN_Task.cs" />
+    <Compile Include="model\TN_Task_Action.cs" />
     <Compile Include="process\DeviceProcess.cs" />
     <Compile Include="api\WMSController.cs" />
-    <Compile Include="dispatch\HostToAGV.cs" />
+    <Compile Include="dispatchs\HostToAGV.cs" />
     <Compile Include="util\LogHelper.cs" />
     <Compile Include="wms\ContainerHelper.cs" />
     <Compile Include="wms\LocationHelper.cs" />
@@ -277,7 +277,7 @@
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="util\Settings.cs" />
     <Compile Include="App_Start\Startup.cs" />
-    <Compile Include="dispatch\NDCHelper.cs" />
+    <Compile Include="dispatchs\NDCHelper.cs" />
     <Compile Include="util\HttpHelper.cs" />
     <Compile Include="wms\WCSHelper.cs" />
     <Compile Include="wms\WMSHelper.cs" />
@@ -285,6 +285,9 @@
   <ItemGroup>
     <None Include=".editorconfig" />
     <None Include="App.config" />
+    <None Include="config\config.comment.json">
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </None>
     <None Include="config\config.json">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>

--
Gitblit v1.9.1