From a544d13081b01f68824e80500c7c30ab2680d524 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周五, 10 10月 2025 16:08:03 +0800 Subject: [PATCH] //修复bug:查询出入库单据信息 【Editby shaocx,2025-09-29】 -- 这个功能没测试过,不一定好使啊啊啊啊啊!!!!! --- DEmon/iWareCc/iWareCc.csproj | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/DEmon/iWareCc/iWareCc.csproj b/DEmon/iWareCc/iWareCc.csproj index 62393d7..b44af1a 100644 --- a/DEmon/iWareCc/iWareCc.csproj +++ b/DEmon/iWareCc/iWareCc.csproj @@ -200,7 +200,7 @@ <Compile Include="SystemInteraction\dto\InboundStockInfoToMes.cs" /> <Compile Include="SystemInteraction\dto\MesRequest.cs" /> <Compile Include="SystemInteraction\HTTPService.cs" /> - <Compile Include="SystemInteraction\mesDataTranfficForRealMes.cs" /> + <Compile Include="SystemInteraction\mesDataTranfficForRealMesThread.cs" /> <Compile Include="SystemInteraction\PushMesHandler.cs" /> <Compile Include="Task\Service\TaskService.cs" /> <Compile Include="Util\OPCHelper.cs" /> -- Gitblit v1.9.3