From 6373a5ee748898cb5db477035dca66c6e4194dfc Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期三, 23 七月 2025 17:34:46 +0800
Subject: [PATCH] 产品入库添加物料名称描述数量输入框和货位解绑功能, 手动添加物料信息功能

---
 HH.WCS.Mobox3.AnGang.csproj |   41 ++++++++++++++++++++---------------------
 1 files changed, 20 insertions(+), 21 deletions(-)

diff --git a/HH.WCS.Mobox3.AnGang.csproj b/HH.WCS.Mobox3.AnGang.csproj
index c856966..457112a 100644
--- a/HH.WCS.Mobox3.AnGang.csproj
+++ b/HH.WCS.Mobox3.AnGang.csproj
@@ -260,42 +260,42 @@
     <Compile Include="api\ApiHelper.cs" />
     <Compile Include="api\DebugController.cs" />
     <Compile Include="api\ErpController.cs" />
+    <Compile Include="api\ImageController.cs" />
     <Compile Include="api\MoboxController.cs" />
     <Compile Include="api\AgvController.cs" />
     <Compile Include="api\ApiModel.cs" />
     <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_AG_Count_Diff.cs" />
+    <Compile Include="models\TN_AG_Count_Order.cs" />
+    <Compile Include="models\TN_AG_Count_Plan.cs" />
+    <Compile Include="models\TN_Inbound_DataRecord.cs" />
+    <Compile Include="models\TN_Outbound_DataRecord.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" />
@@ -314,7 +314,6 @@
   <ItemGroup>
     <None Include=".editorconfig" />
     <None Include="App.config" />
-    <None Include="config\config.comment.json" />
     <None Include="config\config.json">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>

--
Gitblit v1.9.1