lss
2025-05-29 cb58fdbdc4391136e7176210e3f1969606f11903
HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/util/Settings.cs
@@ -18,6 +18,7 @@
        public static string AppSecret { get; set; }
        public static List<deviceInfo> deviceInfos { get; set; }
        public static List<TableUrl> tableUrls { get; set; }
        public static List<DpjErrorInfo> dpjErrorInfos { get; set; }
        public static List<ElevatorLoc> elevatorLoc { get; set; }
        public static List<LocAreabyItem> locAreabyItem { get; set; }
        public static List<WareLoc> wareLoc { get; set; }
@@ -113,6 +114,10 @@
                            {
                                wareLoc = JsonConvert.DeserializeObject<List<WareLoc>>(keyValue.Value.ToString());
                            }
                            if (keyValue.Name == "DpjErrorInfo")
                            {
                                dpjErrorInfos = JsonConvert.DeserializeObject<List<DpjErrorInfo>>(keyValue.Value.ToString());
                            }
                        }
                    }
                }
@@ -158,7 +163,12 @@
            public int id { get; set; }
            public string url { get; set; }
        }
        public class DpjErrorInfo
        {
            public int ErrorCode { get; set; }
            public string ErrorInfo { get; set; }
        }
        public class ElevatorLoc
        {