From fc25dda9baf3b5f4df23d35914f3dd343cf492e3 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期一, 28 七月 2025 17:30:21 +0800 Subject: [PATCH] 优化WCSHelper / 序列号生成逻辑 , 添加强制任务处理模块 --- HH.WCS.Mobox3.DSZSH.csproj | 27 +++++++++++++++++---------- 1 files changed, 17 insertions(+), 10 deletions(-) diff --git a/HH.WCS.Mobox3.DSZSH.csproj b/HH.WCS.Mobox3.DSZSH.csproj index 62b0e59..5bc18dd 100644 --- a/HH.WCS.Mobox3.DSZSH.csproj +++ b/HH.WCS.Mobox3.DSZSH.csproj @@ -228,6 +228,7 @@ <Compile Include="api\ApiModel.cs" /> <Compile Include="api\DebugController.cs" /> <Compile Include="api\ErpController.cs" /> + <Compile Include="api\ForceController.cs" /> <Compile Include="api\MesController.cs" /> <Compile Include="api\MoboxController.cs" /> <Compile Include="api\AgvController.cs" /> @@ -235,17 +236,18 @@ <Compile Include="core\Monitor.cs" /> <Compile Include="core\WCSCore.cs" /> <Compile Include="core\WMSCore.cs" /> + <Compile Include="device\ModbusFactory.cs" /> + <Compile Include="device\TcpClientHelper.cs" /> + <Compile Include="models\TN_Outbound_Plan.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_SpotCheck_Detail.cs" /> + <Compile Include="models\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="device\ProductionLineDevice.cs" /> <Compile Include="device\ModbusHelper.cs" /> <Compile Include="device\OpcUaHelper.cs" /> @@ -263,15 +265,16 @@ <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" /> <Compile Include="api\WMSController.cs" /> <Compile Include="dispatch\HostToAGV.cs" /> <Compile Include="util\LogHelper.cs" /> - <Compile Include="wms\ContainerHelper.cs" /> - <Compile Include="wms\LocationHelper.cs" /> + <Compile Include="util\WebHelper.cs" /> + <Compile Include="wms\DbTran.cs" /> + <Compile Include="wms\LogMsg.cs" /> + <Compile Include="wms\DbExpr.cs" /> <Compile Include="wms\SYSHelper.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> @@ -285,12 +288,16 @@ <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> <None Include="packages.config" /> </ItemGroup> <ItemGroup> + <Content Include=".gitignore" /> <Content Include="readme.md" /> <EmbeddedResource Include="swagger.js"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> -- Gitblit v1.9.1