From 59dc2aa6e3fe7f699c4f2d03b774763142c5698d Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期六, 05 七月 2025 17:31:54 +0800 Subject: [PATCH] 添加货位容器关系表锁、调整货架行号和记录表同步逻辑 --- HH.WCS.Mobox3.AnGang.csproj | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/HH.WCS.Mobox3.AnGang.csproj b/HH.WCS.Mobox3.AnGang.csproj index 608bae9..a203388 100644 --- a/HH.WCS.Mobox3.AnGang.csproj +++ b/HH.WCS.Mobox3.AnGang.csproj @@ -266,12 +266,8 @@ <Compile Include="App_Start\SwaggerControllerDescProvider.cs" /> <Compile Include="device\SnapDevice.cs" /> <Compile Include="device\SnapManager.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="models\TN_Inbound_DataRecord.cs" /> + <Compile Include="models\TN_Outbound_DataRecord.cs" /> <Compile Include="core\WMSCore.cs" /> <Compile Include="models\BaseModel.cs" /> <Compile Include="device\ModbusHelper.cs" /> @@ -290,7 +286,6 @@ <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="process\DeviceProcess.cs" /> @@ -315,7 +310,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