From e2303b1125817cb7887e36d5905c8f1661d685a3 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期四, 29 五月 2025 17:29:52 +0800 Subject: [PATCH] 完善ERP出库下发任务及来源单号、记录表的字段更新 --- 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