From 53d582ad41d8450b21045b2d862a532ecc57a9ba Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期一, 26 五月 2025 17:29:57 +0800 Subject: [PATCH] 抽检移库基本测完,添加TCP模拟测试输送线产品下线的逻辑 --- HH.WCS.Mobox3.DSZSH.csproj | 146 ++++++++++++++++++++++-------------------------- 1 files changed, 68 insertions(+), 78 deletions(-) diff --git a/HH.WCS.Mobox3.DSZSH.csproj b/HH.WCS.Mobox3.DSZSH.csproj index ec63747..09c07a9 100644 --- a/HH.WCS.Mobox3.DSZSH.csproj +++ b/HH.WCS.Mobox3.DSZSH.csproj @@ -53,6 +53,10 @@ <PropertyGroup> <StartupObject>HH.WCS.Mobox3.DSZSH.Program</StartupObject> </PropertyGroup> + <PropertyGroup> + <GenerateDocumentationFile>true</GenerateDocumentationFile> + <NoWarn>$(NoWarn);1591</NoWarn> + </PropertyGroup> <ItemGroup> <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL"> <HintPath>packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath> @@ -129,11 +133,15 @@ <Reference Include="Swashbuckle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cd1bb07a5ac7c7bc, processorArchitecture=MSIL"> <HintPath>..\packages\Swashbuckle.Core.5.6.0\lib\net40\Swashbuckle.Core.dll</HintPath> </Reference> + <Reference Include="Swashbuckle.Examples, Version=4.1.0.0, Culture=neutral, PublicKeyToken=aa1e9c5053bfbe95, processorArchitecture=MSIL"> + <HintPath>packages\Swashbuckle.Examples.4.1.0\lib\net40\Swashbuckle.Examples.dll</HintPath> + </Reference> <Reference Include="System" /> <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath> </Reference> <Reference Include="System.ComponentModel.Composition" /> + <Reference Include="System.ComponentModel.DataAnnotations" /> <Reference Include="System.Configuration" /> <Reference Include="System.Configuration.Install" /> <Reference Include="System.Core" /> @@ -216,80 +224,67 @@ </Reference> </ItemGroup> <ItemGroup> - <Compile Include="AppStart\Config.cs" /> - <Compile Include="Consts\AgvStateCode.cs" /> - <Compile Include="Consts\AgvStateName.cs" /> - <Compile Include="Consts\AreaName.cs" /> - <Compile Include="Consts\LockStateCode.cs" /> - <Compile Include="Consts\LockStateName.cs" /> - <Compile Include="Consts\SpotStateCode.cs" /> - <Compile Include="Consts\TaskName.cs" /> - <Compile Include="Controllers\DebugController.cs" /> - <Compile Include="Controllers\ErpController.cs" /> - <Compile Include="Controllers\MoboxController.cs" /> - <Compile Include="Controllers\AgvController.cs" /> - <Compile Include="AppStart\SwaggerControllerDescProvider.cs" /> - <Compile Include="Models\DebugModel.cs" /> - <Compile Include="Dtos\Request\DebugRequest.cs" /> - <Compile Include="Dtos\Response\BaseResponse.cs" /> - <Compile Include="Dtos\Response\DebugResponse.cs" /> - <Compile Include="Helpers\AgvHelper.cs" /> - <Compile Include="Helpers\ExprHelper.cs" /> - <Compile Include="Helpers\PathHelper.cs" /> - <Compile Include="Helpers\ResultHelper.cs" /> - <Compile Include="Helpers\DbHelper.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="ServiceCore\CheckCore.cs" /> - <Compile Include="ServiceCore\OutboundCore.cs" /> - <Compile Include="Services\DebugService.cs" /> - <Compile Include="Devices\BaseModbusDevice.cs" /> - <Compile Include="Devices\ProductionLineDevice.cs" /> - <Compile Include="Helpers\Device\ModbusHelper.cs" /> - <Compile Include="Helpers\Device\OpcUaHelper.cs" /> - <Compile Include="Helpers\Device\PlcHelper.cs" /> - <Compile Include="Helpers\Device\S7Helper.cs" /> - <Compile Include="Helpers\Device\TcpClient.cs" /> - <Compile Include="Helpers\Device\TcpServer.cs" /> - <Compile Include="Helpers\Dispatch\GZRobot.cs" /> - <Compile Include="Helpers\Dispatch\HanAo.cs" /> - <Compile Include="Helpers\Dispatch\NDC.cs" /> - <Compile Include="ServiceCore\OfflineCore.cs" /> - <Compile Include="Helpers\Dispatch\NDCApi.cs" /> - <Compile Include="Dtos\Request\AgvRequest.cs" /> - <Compile Include="Dtos\Request\MoboxRequest.cs" /> - <Compile Include="Dtos\Response\AgvResponse.cs" /> - <Compile Include="Dtos\Response\MoboxResponse.cs" /> - <Compile Include="Models\BaseModel.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_WorkOrder.cs" /> - <Compile Include="Models\TN_Task.cs" /> - <Compile Include="Models\TN_Task_Action.cs" /> - <Compile Include="Helpers\DeviceProcess.cs" /> - <Compile Include="ServiceCore\TaskCore.cs" /> - <Compile Include="Controllers\WmsController.cs" /> - <Compile Include="Helpers\Dispatch\HostToAGV.cs" /> - <Compile Include="Helpers\Model\TaskHelper.cs" /> - <Compile Include="Services\AgvService.cs" /> - <Compile Include="Services\MoboxService.cs" /> - <Compile Include="Helpers\LogHelper.cs" /> - <Compile Include="Helpers\Model\ContainerHelper.cs" /> - <Compile Include="Helpers\Model\LocationHelper.cs" /> - <Compile Include="Helpers\SysHelper.cs" /> + <Compile Include="api\ApiHelper.cs" /> + <Compile Include="api\ApiModel.cs" /> + <Compile Include="api\DebugController.cs" /> + <Compile Include="api\ErpController.cs" /> + <Compile Include="api\MesController.cs" /> + <Compile Include="api\MoboxController.cs" /> + <Compile Include="api\AgvController.cs" /> + <Compile Include="App_Start\SwaggerControllerDescProvider.cs" /> + <Compile Include="core\Monitor.cs" /> + <Compile Include="core\WCSCore.cs" /> + <Compile Include="core\WMSCore.cs" /> + <Compile Include="device\TcpClientHelper.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_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" /> + <Compile Include="device\PlcHelper.cs" /> + <Compile Include="device\S7Helper.cs" /> + <Compile Include="device\TcpClient.cs" /> + <Compile Include="device\TcpServer.cs" /> + <Compile Include="dispatch\GZRobot.cs" /> + <Compile Include="dispatch\HanAo.cs" /> + <Compile Include="dispatch\NDC.cs" /> + <Compile Include="dispatch\NDCApi.cs" /> + <Compile Include="models\BaseModel.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_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="wms\SYSHelper.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="AppStart\Settings.cs" /> - <Compile Include="AppStart\Startup.cs" /> - <Compile Include="Helpers\Dispatch\NDCHelper.cs" /> - <Compile Include="Helpers\HttpHelper.cs" /> + <Compile Include="util\Settings.cs" /> + <Compile Include="App_Start\Startup.cs" /> + <Compile Include="dispatch\NDCHelper.cs" /> + <Compile Include="util\HttpHelper.cs" /> + <Compile Include="wms\WCSHelper.cs" /> + <Compile Include="wms\WMSHelper.cs" /> </ItemGroup> <ItemGroup> <None Include=".editorconfig" /> @@ -297,12 +292,9 @@ <None Include="config\config.json"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> - <None Include="debug\loc_cntr_cg.csv" /> - <None Include="debug\task.csv" /> <None Include="packages.config" /> </ItemGroup> <ItemGroup> - <None Include="debug\outbound_order.csv" /> <Content Include="readme.md" /> <EmbeddedResource Include="swagger.js"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> @@ -320,8 +312,6 @@ <Install>false</Install> </BootstrapperPackage> </ItemGroup> - <ItemGroup> - <Folder Include="Dtos\Internal\" /> - </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project> \ No newline at end of file -- Gitblit v1.9.1