| | |
| | | [Newtonsoft.Json.JsonIgnore]
|
| | | public bool UserIconFileChanged = false;
|
| | | /// <summary>
|
| | | /// 用户头像数据
|
| | | /// 用户头像数据(临时用,会置空)
|
| | | /// </summary>
|
| | | public byte[] HeadImage = null;
|
| | | /// <summary>
|
| | | /// 手势密码(临时用,会置空)
|
| | | /// </summary>
|
| | | public string GesturePwd = string.Empty;
|
| | | /// <summary>
|
| | | /// 密码验证(临时用,会置空)
|
| | | /// </summary>
|
| | | public string StringPwd = string.Empty;
|
| | | }
|
| | |
|
| | | /// <summary>
|
| | |
| | | /// 手机号
|
| | | /// </summary>
|
| | | public string Phone = string.Empty;
|
| | | /// <summary>
|
| | | /// 头像数据
|
| | | /// </summary>
|
| | | public byte[] HeadImage = null;
|
| | | }
|
| | |
|
| | | #endregion
|
| | |
| | | }
|
| | |
|
| | | #endregion
|
| | |
|
| | | #region ■ 住宅信息类__________________________
|
| | |
|
| | | /// <summary>
|
| | | /// 编辑住宅的启动参数
|
| | | /// </summary>
|
| | | public class EditorResidencePra : IfacePraCommon
|
| | | {
|
| | | /// <summary>
|
| | | /// RequestVersion
|
| | | /// </summary>
|
| | | public string RequestVersion = Common.CommonPage.RequestVersion;
|
| | | /// <summary>
|
| | | /// LoginAccessToken
|
| | | /// </summary>
|
| | | public string LoginAccessToken = Common.Config.Instance.Token;
|
| | | /// <summary>
|
| | | /// ZigbeeHomeId
|
| | | /// </summary>
|
| | | public string HomeId = "";
|
| | | /// <summary>
|
| | | /// Name
|
| | | /// </summary>
|
| | | public string Name = string.Empty;
|
| | | /// <summary>
|
| | | /// 经度
|
| | | /// </summary>
|
| | | public double Longitude = 0;
|
| | | /// <summary>
|
| | | /// 纬度
|
| | | /// </summary>
|
| | | public double Latitude = 0;
|
| | | }
|
| | | #endregion
|
| | | }
|