From a45fe56aeeac8f28a9891b83362954067c8166dc Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 14 八月 2020 09:07:05 +0800 Subject: [PATCH] 请合并新代码,更改多功能面板绑定表重复问题 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs | 10 +++++++++- 1 files changed, 9 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..accc927 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs @@ -1312,6 +1312,10 @@ /// 鏄惁灏哠ocketReceive鐨勬暟鎹啓鍏ュ埌Log涓� 1->鍐欏叆 /// </summary> public int WriteSocketReceiveDataToFile = 0; + /// <summary> + /// 鏄惁寮�鍚皟璇旳pp鍔熻兘 1->寮�鍚� + /// </summary> + public int StartDebugApp = 0; } #endregion @@ -1400,13 +1404,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