From 5986f63b75bd81c6cef262c670e9251c038cbf5d Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期二, 17 十二月 2019 17:21:07 +0800 Subject: [PATCH] 合并一个版本 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs index 4fad441..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> -- Gitblit v1.8.0