海波 张
2 天以前 89943f29476e3de04c638cc7aefbdf2dd24d00c7
util/Settings.cs
@@ -29,6 +29,8 @@
        public static List<safetyLocation> safetyLocations { get; set; }
        public static string WcsApiAddres { get; set; }
        public static string MesApiAddres { get; set; }
        /// <summary>
        /// 空托缓存区
        /// </summary>
@@ -84,7 +86,11 @@
                            {
                                WcsApiAddres = keyValue.Value.ToString();
                            }
                            if (keyValue.Name == "MesApiAddres")
                            {
                                MesApiAddres = keyValue.Value.ToString();
                            }
                            if (keyValue.Name == "MesGetItemApi")
                            {
                                MesGetItemApi = keyValue.Value.ToString();