HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/util/Settings.cs
@@ -11,6 +11,7 @@ { public static string HostToAgvServerUrl { get; set; } public static string HASeverUrl { get; set; } public static string WcsSeverUrl { get; set; } public static string GZSeverUrl { get; set; } public static string SqlServer { get; set; } public static string SqlServer1 { get; set; } @@ -50,6 +51,10 @@ { HASeverUrl = keyValue.Value.ToString(); } if (keyValue.Name == "WcsSeverUrl") { WcsSeverUrl = keyValue.Value.ToString(); } if (keyValue.Name == "GZSeverUrl") { GZSeverUrl = keyValue.Value.ToString();