From e69865a1a3739740201bac8782b721da35d49923 Mon Sep 17 00:00:00 2001 From: patrick.xu <patrick.xu@broconcentric.com> Date: 星期一, 25 一月 2021 18:45:28 +0800 Subject: [PATCH] 1. gocator添加重试和清理缓存操作 2. gts板卡调整监听频率 3. 记录产品数据使用filsstream避免程序崩溃影响 --- src/Bro.Common.Model/Bro.Common.Model.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/Bro.Common.Model/Bro.Common.Model.csproj b/src/Bro.Common.Model/Bro.Common.Model.csproj index 5bb013e..74fedf2 100644 --- a/src/Bro.Common.Model/Bro.Common.Model.csproj +++ b/src/Bro.Common.Model/Bro.Common.Model.csproj @@ -88,6 +88,8 @@ <Reference Include="System.Core" /> <Reference Include="System.Design" /> <Reference Include="System.Drawing" /> + <Reference Include="System.Web" /> + <Reference Include="System.Web.Services" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> @@ -130,6 +132,7 @@ <Compile Include="Helper\TimeOutHelper.cs" /> <Compile Include="Helper\UIHelper.cs" /> <Compile Include="Helper\WebApiHelper.cs" /> + <Compile Include="Helper\WebServiceHelper.cs" /> <Compile Include="Interface\IMenuNode.cs" /> <Compile Include="Interface\IConfigCtrl.cs" /> <Compile Include="Interface\ICSVOutput.cs" /> -- Gitblit v1.8.0