From 7e863a33397f317ffc3ffd9288496d0e4f16aa66 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 12 十二月 2019 14:58:20 +0800 Subject: [PATCH] 合并了新代码 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs index 7a5fef0..468de53 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs @@ -103,6 +103,17 @@ public string UserName = string.Empty; } + /// <summary> + /// 鏄电О淇℃伅 + /// </summary> + public class NicknameInfo + { + /// <summary> + /// 鏄电О + /// </summary> + public string nickname = string.Empty; + } + #endregion #region 鈻� 鎴愬憳淇℃伅绫籣_________________________ @@ -143,6 +154,10 @@ /// AccountType /// </summary> public int AccountType = 0; + /// <summary> + /// 鏄惁鎷ユ湁杩滅▼鎺у埗鏉冮檺 + /// </summary> + public bool IsAllowRemoteCtrl = false; } /// <summary> @@ -1080,4 +1095,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