1
zxx
2 天以前 d66d362ee6d76f02331e56df1fdec1c2114c9f3e
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();