From cb58fdbdc4391136e7176210e3f1969606f11903 Mon Sep 17 00:00:00 2001
From: lss <Lss@HanInfo>
Date: 星期四, 29 五月 2025 16:52:21 +0800
Subject: [PATCH] 合肥佳通

---
 HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/util/Settings.cs |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 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 40e9ca2..8ec2609 100644
--- a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/util/Settings.cs
+++ b/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
         {

--
Gitblit v1.9.1