From 4b4969023e94492b36f8ee5db513040853620608 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期五, 30 五月 2025 17:23:37 +0800 Subject: [PATCH] 修复git云端文件夹大小写不一致错误 --- dispatchs/NDCHelper.cs | 0 model/TN_Relocation_List.cs | 0 model/TN_Record_Table.cs | 0 model/TN_RelocationList_Detail.cs | 0 HH.WCS.Mobox3.DSZSH.csproj | 46 +++++++++++++++++++++++----------------------- model/TN_Task.cs | 0 model/TN_Container.cs | 0 dispatchs/GZRobot.cs | 0 model/TN_Task_Action.cs | 0 model/TN_Loc_Container.cs | 0 model/TN_Spot_Check.cs | 0 model/TN_Outbound_Detail.cs | 0 model/TN_SpotCheck_Detail.cs | 0 model/TN_Shipping_Order.cs | 0 .vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/f162a79b-274a-47cc-948c-8ef43e6ced25.vsidx | 0 .vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/08541fd3-d249-4305-a69d-beee9c55e040.vsidx | 0 dispatchs/HostToAGV.cs | 0 model/TN_CG_Detail.cs | 0 model/TN_Outbound_Order.cs | 0 model/TN_Location.cs | 0 /dev/null | 0 dispatchs/NDCApi.cs | 0 dispatchs/NDC.cs | 0 model/BaseModel.cs | 0 model/TN_CAR_IN.cs | 0 dispatchs/HanAo.cs | 0 model/TN_Container_ItemType.cs | 0 .vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/80a17313-250a-42dd-81db-199b08a9a451.vsidx | 0 28 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/08541fd3-d249-4305-a69d-beee9c55e040.vsidx b/.vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/08541fd3-d249-4305-a69d-beee9c55e040.vsidx new file mode 100644 index 0000000..497d0dd --- /dev/null +++ b/.vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/08541fd3-d249-4305-a69d-beee9c55e040.vsidx Binary files differ diff --git a/.vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/687ebc79-98fe-4ac4-b909-c9e972afad42.vsidx b/.vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/687ebc79-98fe-4ac4-b909-c9e972afad42.vsidx deleted file mode 100644 index 38484ce..0000000 --- a/.vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/687ebc79-98fe-4ac4-b909-c9e972afad42.vsidx +++ /dev/null Binary files differ diff --git a/.vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/80a17313-250a-42dd-81db-199b08a9a451.vsidx b/.vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/80a17313-250a-42dd-81db-199b08a9a451.vsidx new file mode 100644 index 0000000..b4cc6ae --- /dev/null +++ b/.vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/80a17313-250a-42dd-81db-199b08a9a451.vsidx Binary files differ diff --git a/.vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/c746dfc7-35d0-465f-9364-9d1f640d45c0.vsidx b/.vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/c746dfc7-35d0-465f-9364-9d1f640d45c0.vsidx deleted file mode 100644 index dc62859..0000000 --- a/.vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/c746dfc7-35d0-465f-9364-9d1f640d45c0.vsidx +++ /dev/null Binary files differ diff --git a/.vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/f162a79b-274a-47cc-948c-8ef43e6ced25.vsidx b/.vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/f162a79b-274a-47cc-948c-8ef43e6ced25.vsidx new file mode 100644 index 0000000..03d305a --- /dev/null +++ b/.vs/HH.WCS.Mobox3.DSZSH/FileContentIndex/f162a79b-274a-47cc-948c-8ef43e6ced25.vsidx Binary files differ diff --git a/HH.WCS.Mobox3.DSZSH.csproj b/HH.WCS.Mobox3.DSZSH.csproj index 12ce7fb..375db87 100644 --- a/HH.WCS.Mobox3.DSZSH.csproj +++ b/HH.WCS.Mobox3.DSZSH.csproj @@ -236,17 +236,17 @@ <Compile Include="core\WCSCore.cs" /> <Compile Include="core\WMSCore.cs" /> <Compile Include="device\TcpClientHelper.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="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_ItemType.cs" /> - <Compile Include="models\TN_Outbound_Order.cs" /> - <Compile Include="models\TN_Outbound_Detail.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" /> @@ -254,21 +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_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" /> diff --git a/Dispatch/GZRobot.cs b/dispatchs/GZRobot.cs similarity index 100% rename from Dispatch/GZRobot.cs rename to dispatchs/GZRobot.cs diff --git a/Dispatch/HanAo.cs b/dispatchs/HanAo.cs similarity index 100% rename from Dispatch/HanAo.cs rename to dispatchs/HanAo.cs diff --git a/Dispatch/HostToAGV.cs b/dispatchs/HostToAGV.cs similarity index 100% rename from Dispatch/HostToAGV.cs rename to dispatchs/HostToAGV.cs diff --git a/Dispatch/NDC.cs b/dispatchs/NDC.cs similarity index 100% rename from Dispatch/NDC.cs rename to dispatchs/NDC.cs diff --git a/Dispatch/NDCApi.cs b/dispatchs/NDCApi.cs similarity index 100% rename from Dispatch/NDCApi.cs rename to dispatchs/NDCApi.cs diff --git a/Dispatch/NDCHelper.cs b/dispatchs/NDCHelper.cs similarity index 100% rename from Dispatch/NDCHelper.cs rename to dispatchs/NDCHelper.cs diff --git a/Models/BaseModel.cs b/model/BaseModel.cs similarity index 100% rename from Models/BaseModel.cs rename to model/BaseModel.cs diff --git a/Models/TN_CAR_IN.cs b/model/TN_CAR_IN.cs similarity index 100% rename from Models/TN_CAR_IN.cs rename to model/TN_CAR_IN.cs diff --git a/Models/TN_CG_Detail.cs b/model/TN_CG_Detail.cs similarity index 100% rename from Models/TN_CG_Detail.cs rename to model/TN_CG_Detail.cs diff --git a/Models/TN_Container.cs b/model/TN_Container.cs similarity index 100% rename from Models/TN_Container.cs rename to model/TN_Container.cs diff --git a/models/TN_Container_ItemType.cs b/model/TN_Container_ItemType.cs similarity index 100% rename from models/TN_Container_ItemType.cs rename to model/TN_Container_ItemType.cs diff --git a/Models/TN_Loc_Container.cs b/model/TN_Loc_Container.cs similarity index 100% rename from Models/TN_Loc_Container.cs rename to model/TN_Loc_Container.cs diff --git a/Models/TN_Location.cs b/model/TN_Location.cs similarity index 100% rename from Models/TN_Location.cs rename to model/TN_Location.cs diff --git a/Models/TN_Outbound_Detail.cs b/model/TN_Outbound_Detail.cs similarity index 100% rename from Models/TN_Outbound_Detail.cs rename to model/TN_Outbound_Detail.cs diff --git a/Models/TN_Outbound_Order.cs b/model/TN_Outbound_Order.cs similarity index 100% rename from Models/TN_Outbound_Order.cs rename to model/TN_Outbound_Order.cs diff --git a/models/TN_Record_Table.cs b/model/TN_Record_Table.cs similarity index 100% rename from models/TN_Record_Table.cs rename to model/TN_Record_Table.cs diff --git a/models/TN_RelocationList_Detail.cs b/model/TN_RelocationList_Detail.cs similarity index 100% rename from models/TN_RelocationList_Detail.cs rename to model/TN_RelocationList_Detail.cs diff --git a/models/TN_Relocation_List.cs b/model/TN_Relocation_List.cs similarity index 100% rename from models/TN_Relocation_List.cs rename to model/TN_Relocation_List.cs diff --git a/models/TN_Shipping_Order.cs b/model/TN_Shipping_Order.cs similarity index 100% rename from models/TN_Shipping_Order.cs rename to model/TN_Shipping_Order.cs diff --git a/models/TN_SpotCheck_Detail.cs b/model/TN_SpotCheck_Detail.cs similarity index 100% rename from models/TN_SpotCheck_Detail.cs rename to model/TN_SpotCheck_Detail.cs diff --git a/models/TN_Spot_Check.cs b/model/TN_Spot_Check.cs similarity index 100% rename from models/TN_Spot_Check.cs rename to model/TN_Spot_Check.cs diff --git a/Models/TN_Task.cs b/model/TN_Task.cs similarity index 100% rename from Models/TN_Task.cs rename to model/TN_Task.cs diff --git a/Models/TN_Task_Action.cs b/model/TN_Task_Action.cs similarity index 100% rename from Models/TN_Task_Action.cs rename to model/TN_Task_Action.cs -- Gitblit v1.9.1