HDL Home App 第二版本 旧平台金堂用 正在使用
xm
2019-12-20 3291885285dfd5d4f665c20676307878dc3163bc
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs
old mode 100644 new mode 100755
@@ -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>