From c7df85937f73fb347ee0b19e9c052d2d00a6df6c Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 18 九月 2020 13:58:19 +0800
Subject: [PATCH] 新版本

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs |   33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs
index e99ab65..ef0aaaa 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs
@@ -544,6 +544,25 @@
         public string CreatedOnUtc = string.Empty;
     }
 
+    /// <summary>
+    /// 缃戝叧闇�瑕佸崌绾х殑淇℃伅
+    /// </summary>
+    public class GatewayNeedUpdateInfo
+    {
+        /// <summary>
+        /// 鍗囩骇鍥轰欢鐨勫叏璺緞
+        /// </summary>
+        public string FullFileName = string.Empty;
+        /// <summary>
+        /// 铏氭嫙椹卞姩鍙�
+        /// </summary>
+        public int DriveCode = -1;
+        /// <summary>
+        /// 1:Linux鐨勫崌绾у浐浠� 2:鍗忚皟鍣ㄧ殑鍗囩骇鍥轰欢 3:铏氭嫙椹卞姩鐨勫崌绾у浐浠�
+        /// </summary>
+        public int Div = -1;
+    }
+
     #endregion
 
     #region 鈻� 鏁版嵁澶囦唤绫籣_________________________
@@ -1312,6 +1331,14 @@
         /// 鏄惁灏哠ocketReceive鐨勬暟鎹啓鍏ュ埌Log涓� 1->鍐欏叆
         /// </summary>
         public int WriteSocketReceiveDataToFile = 0;
+        /// <summary>
+        /// 鏄惁寮�鍚皟璇旳pp鍔熻兘 1->寮�鍚�
+        /// </summary>
+        public int StartDebugApp = 0;
+        /// <summary>
+        /// 褰撹澶嘥ype涓嶄竴鏍锋椂,鏄惁鐢熸垚Log 1->鐢熸垚
+        /// </summary>
+        public int CheckDeviceType = 0;
     }
     #endregion
 
@@ -1400,13 +1427,17 @@
         /// </summary>
         public int ErrorMsgDiv = 1;
         /// <summary>
-        /// 鎺ユ敹鐨勬暟鎹�
+        /// 鎺ユ敹鐨凞ata鏁版嵁
         /// </summary>
         public string ReceiptData = null;
         /// <summary>
         /// 鎺ユ敹鐨勬暟鎹�(澶氫釜杩斿洖涓婚涓撶敤)
         /// </summary>
         public string[] listReceiptData = null;
+        /// <summary>
+        /// 杩欎釜鏄綉鍏冲洖澶嶇殑鏁翠釜json鏁版嵁,涓暟涓巐istReceiptData涓�鑷�
+        /// </summary>
+        public string[] JsonData = null;
     }
 
     #endregion

--
Gitblit v1.8.0