From 9fa293298c53429e8ac5148de8328933c0a80ff4 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期三, 11 六月 2025 17:26:04 +0800 Subject: [PATCH] 更新容器必须检查前台是否维护的功能 --- util/Settings.cs | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/util/Settings.cs b/util/Settings.cs index d510507..6e5fc9b 100644 --- a/util/Settings.cs +++ b/util/Settings.cs @@ -12,7 +12,7 @@ { public static string WebApiUrl { get; set; } public static string NdcApiUrl { get; set; } - public static string ErpApiUrl { get; set; } // ERP 鍙嶉鎺ュ彛 + public static string ErpApiUrl { get; set; } // ERP 鍙嶉鎺ュ彛URL public static string SqlServer { get; set; } public static string TcpServerIp { get; set; } public static int TcpServerPort { get; set; } @@ -155,14 +155,12 @@ public const string H濂借繍绠盻婊$涓嬬嚎鍏ュ簱 = "濂借繍绠�婊$涓嬬嚎鍏ュ簱"; public const string H濂借繍绠盻绌虹涓婄嚎 = "濂借繍绠�绌虹涓婄嚎"; public const string H濂借繍绠盻绌虹鍏ュ簱 = "濂借繍绠�绌虹鍏ュ簱"; - public const string H濂借繍绠盻绌虹缁戝畾 = "濂借繍绠�绌虹缁戝畾"; public const string C鎴愬搧鑳跺嚭搴�= "鎴愬搧鑳跺嚭搴�; public const string T鎵樼洏_婊℃墭涓嬬嚎鍏ュ簱 = "鎵樼洏-婊℃墭涓嬬嚎鍏ュ簱"; public const string T鎵樼洏_绌烘墭涓婄嚎 = "鎵樼洏-绌烘墭涓婄嚎"; public const string T鎵樼洏_绌烘墭鍏ュ簱 = "鎵樼洏-绌烘墭鍏ュ簱"; - public const string T鎵樼洏_绌烘墭缁戝畾 = "鎵樼洏-绌烘墭缁戝畾"; public const string C鎶芥_涓嶅悎鏍肩Щ搴�= "鎶芥-涓嶅悎鏍肩Щ搴�; public const string C鎶芥_鍑哄簱 = "鎶芥-鍑哄簱"; -- Gitblit v1.9.1