From edc3e4ffbdb05eec3e65d7b2d6704a9da2ee9591 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期四, 05 六月 2025 17:31:18 +0800 Subject: [PATCH] 统一文件夹名称 --- dispatch/NDCApi.cs | 0 models/TN_Location.cs | 0 models/TN_Loc_Container.cs | 0 models/TN_CAR_IN.cs | 0 models/TN_Count_Diff.cs | 0 models/TN_CG_Detail.cs | 0 dispatch/HostToAGV.cs | 0 models/TN_Container.cs | 0 models/TN_Count_CG_Detail.cs | 0 dispatch/NDCHelper.cs | 0 dispatch/HanAo.cs | 0 models/TN_Task.cs | 0 models/TN_Inbound_Order.cs | 0 HH.WCS.Mobox3.AnGang.csproj | 40 ++++++++++++++++++++-------------------- dispatch/NDC.cs | 0 dispatch/GZRobot.cs | 0 models/BaseModel.cs | 0 models/TN_Count_Plan.cs | 0 models/Table.cs | 0 models/TN_Count_Order.cs | 0 models/TN_Outbound_Order.cs | 0 models/TN_Task_Action.cs | 0 22 files changed, 20 insertions(+), 20 deletions(-) diff --git a/HH.WCS.Mobox3.AnGang.csproj b/HH.WCS.Mobox3.AnGang.csproj index c856966..d590fca 100644 --- a/HH.WCS.Mobox3.AnGang.csproj +++ b/HH.WCS.Mobox3.AnGang.csproj @@ -266,36 +266,36 @@ <Compile Include="App_Start\SwaggerControllerDescProvider.cs" /> <Compile Include="device\SnapDevice.cs" /> <Compile Include="device\SnapManager.cs" /> - <Compile Include="model\TN_Count_CG_Detail.cs" /> - <Compile Include="model\TN_Count_Diff.cs" /> - <Compile Include="model\TN_Count_Order.cs" /> - <Compile Include="model\TN_Count_Plan.cs" /> - <Compile Include="model\TN_Inbound_Order.cs" /> - <Compile Include="model\TN_Outbound_Order.cs" /> + <Compile Include="models\TN_Count_CG_Detail.cs" /> + <Compile Include="models\TN_Count_Diff.cs" /> + <Compile Include="models\TN_Count_Order.cs" /> + <Compile Include="models\TN_Count_Plan.cs" /> + <Compile Include="models\TN_Inbound_Order.cs" /> + <Compile Include="models\TN_Outbound_Order.cs" /> <Compile Include="core\WMSCore.cs" /> - <Compile Include="model\BaseModel.cs" /> + <Compile Include="models\BaseModel.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="dispatchs\GZRobot.cs" /> - <Compile Include="dispatchs\HanAo.cs" /> - <Compile Include="dispatchs\NDC.cs" /> + <Compile Include="dispatch\GZRobot.cs" /> + <Compile Include="dispatch\HanAo.cs" /> + <Compile Include="dispatch\NDC.cs" /> <Compile Include="core\Monitor.cs" /> - <Compile Include="dispatchs\NDCApi.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="dispatch\NDCApi.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="process\DeviceProcess.cs" /> <Compile Include="core\WCSCore.cs" /> <Compile Include="api\WmsController.cs" /> - <Compile Include="dispatchs\HostToAGV.cs" /> + <Compile Include="dispatch\HostToAGV.cs" /> <Compile Include="util\LogHelper.cs" /> <Compile Include="wms\ContainerHelper.cs" /> <Compile Include="wms\LocationHelper.cs" /> @@ -306,7 +306,7 @@ <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="util\Settings.cs" /> <Compile Include="App_Start\Startup.cs" /> - <Compile Include="dispatchs\NDCHelper.cs" /> + <Compile Include="dispatch\NDCHelper.cs" /> <Compile Include="util\HttpHelper.cs" /> <Compile Include="wms\WCSHelper.cs" /> <Compile Include="util\SqlHelper.cs" /> diff --git a/dispatchs/GZRobot.cs b/dispatch/GZRobot.cs similarity index 100% rename from dispatchs/GZRobot.cs rename to dispatch/GZRobot.cs diff --git a/dispatchs/HanAo.cs b/dispatch/HanAo.cs similarity index 100% rename from dispatchs/HanAo.cs rename to dispatch/HanAo.cs diff --git a/dispatchs/HostToAGV.cs b/dispatch/HostToAGV.cs similarity index 100% rename from dispatchs/HostToAGV.cs rename to dispatch/HostToAGV.cs diff --git a/dispatchs/NDC.cs b/dispatch/NDC.cs similarity index 100% rename from dispatchs/NDC.cs rename to dispatch/NDC.cs diff --git a/dispatchs/NDCApi.cs b/dispatch/NDCApi.cs similarity index 100% rename from dispatchs/NDCApi.cs rename to dispatch/NDCApi.cs diff --git a/dispatchs/NDCHelper.cs b/dispatch/NDCHelper.cs similarity index 100% rename from dispatchs/NDCHelper.cs rename to dispatch/NDCHelper.cs diff --git a/model/BaseModel.cs b/models/BaseModel.cs similarity index 100% rename from model/BaseModel.cs rename to models/BaseModel.cs diff --git a/model/TN_CAR_IN.cs b/models/TN_CAR_IN.cs similarity index 100% rename from model/TN_CAR_IN.cs rename to models/TN_CAR_IN.cs diff --git a/model/TN_CG_Detail.cs b/models/TN_CG_Detail.cs similarity index 100% rename from model/TN_CG_Detail.cs rename to models/TN_CG_Detail.cs diff --git a/model/TN_Container.cs b/models/TN_Container.cs similarity index 100% rename from model/TN_Container.cs rename to models/TN_Container.cs diff --git a/model/TN_Count_CG_Detail.cs b/models/TN_Count_CG_Detail.cs similarity index 100% rename from model/TN_Count_CG_Detail.cs rename to models/TN_Count_CG_Detail.cs diff --git a/model/TN_Count_Diff.cs b/models/TN_Count_Diff.cs similarity index 100% rename from model/TN_Count_Diff.cs rename to models/TN_Count_Diff.cs diff --git a/model/TN_Count_Order.cs b/models/TN_Count_Order.cs similarity index 100% rename from model/TN_Count_Order.cs rename to models/TN_Count_Order.cs diff --git a/model/TN_Count_Plan.cs b/models/TN_Count_Plan.cs similarity index 100% rename from model/TN_Count_Plan.cs rename to models/TN_Count_Plan.cs diff --git a/model/TN_Inbound_Order.cs b/models/TN_Inbound_Order.cs similarity index 100% rename from model/TN_Inbound_Order.cs rename to models/TN_Inbound_Order.cs diff --git a/model/TN_Loc_Container.cs b/models/TN_Loc_Container.cs similarity index 100% rename from model/TN_Loc_Container.cs rename to models/TN_Loc_Container.cs diff --git a/model/TN_Location.cs b/models/TN_Location.cs similarity index 100% rename from model/TN_Location.cs rename to models/TN_Location.cs diff --git a/model/TN_Outbound_Order.cs b/models/TN_Outbound_Order.cs similarity index 100% rename from model/TN_Outbound_Order.cs rename to models/TN_Outbound_Order.cs diff --git a/model/TN_Task.cs b/models/TN_Task.cs similarity index 100% rename from model/TN_Task.cs rename to models/TN_Task.cs diff --git a/model/TN_Task_Action.cs b/models/TN_Task_Action.cs similarity index 100% rename from model/TN_Task_Action.cs rename to models/TN_Task_Action.cs diff --git a/model/Table.cs b/models/Table.cs similarity index 100% rename from model/Table.cs rename to models/Table.cs -- Gitblit v1.9.1