From 9067ccda40f7656ac352711727ce5a8b70382e16 Mon Sep 17 00:00:00 2001 From: Tjiny <Tjinyu23@163.com> Date: 星期三, 04 六月 2025 17:23:21 +0800 Subject: [PATCH] 2025-06-04提交 --- HH.WCS.Mobox3.HaiCheng/HH.WCS.Mobox3.HaiCheng.csproj | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/HH.WCS.Mobox3.HaiCheng/HH.WCS.Mobox3.HaiCheng.csproj b/HH.WCS.Mobox3.HaiCheng/HH.WCS.Mobox3.HaiCheng.csproj index 14e5943..32805a5 100644 --- a/HH.WCS.Mobox3.HaiCheng/HH.WCS.Mobox3.HaiCheng.csproj +++ b/HH.WCS.Mobox3.HaiCheng/HH.WCS.Mobox3.HaiCheng.csproj @@ -142,8 +142,11 @@ <Compile Include="Controller\FourWayCarController.cs" /> <Compile Include="Controller\Service\FourWayCarService.cs" /> <Compile Include="Controller\Service\OperationService.cs" /> + <Compile Include="Controller\Service\TaskService.cs" /> <Compile Include="Controller\Service\ThirdPartyService.cs" /> <Compile Include="Entity\BaseModel.cs" /> + <Compile Include="Entity\CntrItemDetail.cs" /> + <Compile Include="Entity\Container.cs" /> <Compile Include="Entity\Dto\ContainerDto.cs" /> <Compile Include="Entity\Dto\ConveyorlinesInfoDto.cs" /> <Compile Include="Entity\Dto\FourWayCarCommanDto.cs" /> @@ -152,6 +155,7 @@ <Compile Include="Entity\Dto\LineTaskDto.cs" /> <Compile Include="Entity\Dto\ResultDto.cs" /> <Compile Include="Entity\Location.cs" /> + <Compile Include="Entity\LocCntrRel.cs" /> <Compile Include="Entity\Operation.cs" /> <Compile Include="Entity\Task.cs" /> <Compile Include="Procss\ThreadTask.cs" /> @@ -166,6 +170,7 @@ <Compile Include="Util\EquipmentCommunication\TcpClient.cs" /> <Compile Include="Util\EquipmentCommunication\TcpServer.cs" /> <Compile Include="Util\Helper\AdoSqlHelper.cs" /> + <Compile Include="Util\Helper\HelperMethod.cs" /> <Compile Include="Util\Helper\HttpHelper.cs" /> <Compile Include="Util\Helper\LogHelper.cs" /> <Compile Include="Util\Helper\NdcHelper.cs" /> -- Gitblit v1.9.1