From 163777d8a2cb7cfa469f54a7042528870ebc10a3 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 09 十二月 2019 17:46:20 +0800 Subject: [PATCH] 一个新版本 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs index 22fb634..4fad441 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs @@ -1057,6 +1057,10 @@ /// <summary> /// 涓婚敭 /// </summary> + public string Id = string.Empty; + /// <summary> + /// 鎴戜篃涓嶇煡閬撹繖涓槸浠�涔堥 + /// </summary> public string RegId = string.Empty; /// <summary> /// 娑堟伅鍐呭 @@ -1076,4 +1080,22 @@ public string MsgTime = string.Empty; } #endregion + + #region 鈻� 闅愬尶鍔熻兘绫籣_________________________ + + /// <summary> + /// 闅愬尶鍔熻兘 + /// </summary> + public class HideOptionInfo + { + /// <summary> + /// 鏄惁鏄剧ず涓婚〉闅愯棌鑿滃崟(Debug鐢�): 1 -> 鏄剧ず + /// </summary> + public int CenterHideMenu = 0; + /// <summary> + /// 鏄惁鍑哄姏璇︾粏Log 1 -> 鍑哄姏 + /// </summary> + public int DetailedLog = 0; + } + #endregion } -- Gitblit v1.8.0