From af42a9904d1d3939da7fa0a00c3a7a2ced78258e Mon Sep 17 00:00:00 2001 From: lss <Lss@HanInfo> Date: 星期三, 21 五月 2025 17:26:18 +0800 Subject: [PATCH] 佳通问题优化 --- HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/util/Settings.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/util/Settings.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/util/Settings.cs index f0ef42d..b58ba78 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/util/Settings.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/util/Settings.cs @@ -125,7 +125,7 @@ public string address { get; set; } public string deviceName { get; set; } public string[] deviceNo { get; set; } - public string[] TN_Location { get; set; } + public string TN_Location { get; set; } public int deviceType { get; set; } public int enable { get; set; } -- Gitblit v1.9.1