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 | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/DEmon/iWareCc/iWareCc.csproj b/DEmon/iWareCc/iWareCc.csproj index 863e321..b44af1a 100644 --- a/DEmon/iWareCc/iWareCc.csproj +++ b/DEmon/iWareCc/iWareCc.csproj @@ -59,7 +59,7 @@ <GenerateManifests>true</GenerateManifests> </PropertyGroup> <PropertyGroup> - <SignManifests>true</SignManifests> + <SignManifests>false</SignManifests> </PropertyGroup> <ItemGroup> <Reference Include="Autofac"> @@ -94,6 +94,7 @@ <Reference Include="System.Core" /> <Reference Include="System.Drawing" /> <Reference Include="System.Management" /> + <Reference Include="System.Net.Http" /> <Reference Include="System.Runtime.Serialization" /> <Reference Include="System.ServiceModel" /> <Reference Include="System.Xml.Linq" /> @@ -195,6 +196,12 @@ <Compile Include="Srm\EnumType\ESrmAlarm1.cs" /> <Compile Include="Srm\Strategy\鎺ㄩ�佸爢鍨涙満鍛婅鐘舵��.cs" /> <Compile Include="Srm\Strategy\鎺ㄩ�佸爢鍨涙満鐘舵��.cs" /> + <Compile Include="SystemInteraction\dto\ApiResponse.cs" /> + <Compile Include="SystemInteraction\dto\InboundStockInfoToMes.cs" /> + <Compile Include="SystemInteraction\dto\MesRequest.cs" /> + <Compile Include="SystemInteraction\HTTPService.cs" /> + <Compile Include="SystemInteraction\mesDataTranfficForRealMesThread.cs" /> + <Compile Include="SystemInteraction\PushMesHandler.cs" /> <Compile Include="Task\Service\TaskService.cs" /> <Compile Include="Util\OPCHelper.cs" /> <Compile Include="Util\SocketClient.cs" /> -- Gitblit v1.9.3