From 0ed390381862dea0c7fd0210d16017eb09f12da4 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期三, 30 七月 2025 17:27:27 +0800 Subject: [PATCH] 封装插入容器表等业务代码, 修复部分底层旧框架方法问题 --- HH.WCS.Mobox3.DSZSH.csproj | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HH.WCS.Mobox3.DSZSH.csproj b/HH.WCS.Mobox3.DSZSH.csproj index 2445f1b..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" /> @@ -244,7 +245,6 @@ <Compile Include="models\TN_SpotCheck_Detail.cs" /> <Compile Include="models\TN_Spot_Check.cs" /> <Compile Include="process\TaskProcess.cs" /> - <Compile Include="util\LogBuilder.cs" /> <Compile Include="util\SqlHelper.cs" /> <Compile Include="models\TN_Outbound_Order.cs" /> <Compile Include="models\TN_Outbound_Detail.cs" /> @@ -271,8 +271,10 @@ <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" /> @@ -295,6 +297,7 @@ <None Include="packages.config" /> </ItemGroup> <ItemGroup> + <Content Include=".gitignore" /> <Content Include="readme.md" /> <EmbeddedResource Include="swagger.js"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> -- Gitblit v1.9.1