From 16d8a5800bb61c3a9c21390da008b8278d580543 Mon Sep 17 00:00:00 2001 From: "shiqian.wang" Date: Mon, 22 Jul 2024 11:28:07 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=95=E7=94=A8?= =?UTF-8?q?=E7=A9=BA=E9=97=B4=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ICSSoft.FromERP/HttpHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICSSoft.FromERP/HttpHelper.cs b/ICSSoft.FromERP/HttpHelper.cs index be0ad83..1c720bd 100644 --- a/ICSSoft.FromERP/HttpHelper.cs +++ b/ICSSoft.FromERP/HttpHelper.cs @@ -9,7 +9,7 @@ using System.Reflection; using System.Text; using System.Threading.Tasks; -namespace ICS.Common.Helpers +namespace ICSSoft.FromERP { public class HttpHelper { From 9ff3b050ad93ab6932b30fe4a4c103084860ec07 Mon Sep 17 00:00:00 2001 From: "shiqian.wang" Date: Mon, 22 Jul 2024 11:28:31 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=91=BD=E5=90=8D=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ICSSoft.FromERP/HttpHelper.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ICSSoft.FromERP/HttpHelper.cs b/ICSSoft.FromERP/HttpHelper.cs index 1c720bd..2c2ebea 100644 --- a/ICSSoft.FromERP/HttpHelper.cs +++ b/ICSSoft.FromERP/HttpHelper.cs @@ -42,7 +42,6 @@ namespace ICSSoft.FromERP } #endregion - public static bool PingTest(string ip) { System.Net.NetworkInformation.Ping ping = new System.Net.NetworkInformation.Ping(); From 1351c23cf6b3a429d619150d31f915ff6a6d1835 Mon Sep 17 00:00:00 2001 From: "shiqian.wang" Date: Mon, 22 Jul 2024 11:36:06 +0800 Subject: [PATCH 3/3] update --- ICSSoft.FromERP/ICSAddStdWorkHourFromMES.cs | 3 +-- ICSSoft.Test/ICSSoft.Test.csproj | 27 +++++++++++++++++++++ ICSSoft.Test/ICSSoft.Test.csproj.user | 8 ++++++ 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/ICSSoft.FromERP/ICSAddStdWorkHourFromMES.cs b/ICSSoft.FromERP/ICSAddStdWorkHourFromMES.cs index 75a5c94..30ba13f 100644 --- a/ICSSoft.FromERP/ICSAddStdWorkHourFromMES.cs +++ b/ICSSoft.FromERP/ICSAddStdWorkHourFromMES.cs @@ -1,5 +1,4 @@ -using ICS.Common.Helpers; -using Newtonsoft.Json; +using Newtonsoft.Json; using Quartz; using System; using System.Collections.Generic; diff --git a/ICSSoft.Test/ICSSoft.Test.csproj b/ICSSoft.Test/ICSSoft.Test.csproj index 5afaf82..a1801e6 100644 --- a/ICSSoft.Test/ICSSoft.Test.csproj +++ b/ICSSoft.Test/ICSSoft.Test.csproj @@ -22,6 +22,21 @@ + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true AnyCPU @@ -71,6 +86,18 @@ ICSSoft.FromERP + + + False + Microsoft .NET Framework 4.8 %28x86 和 x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + +