| | |
| | | /// <summary>
|
| | | /// 是否是子账号进行操作
|
| | | /// </summary>
|
| | | public bool IsOtherAccountCtrl = Common.Config.Instance.isAdministrator;
|
| | | public bool IsOtherAccountCtrl = Common.Config.Instance.Home.IsOthreShare;
|
| | | }
|
| | |
|
| | | #endregion
|
| | |
| | | /// <summary>
|
| | | /// DistributedMark
|
| | | /// </summary>
|
| | | [Newtonsoft.Json.JsonIgnore]
|
| | | public string DistributedMark = string.Empty;
|
| | | /// <summary>
|
| | | /// 邮箱
|
| | |
| | | /// </summary>
|
| | | public string AuthorityText = string.Empty;
|
| | | /// <summary>
|
| | | /// 用户图标文件
|
| | | /// </summary>
|
| | | [Newtonsoft.Json.JsonIgnore]
|
| | | public string UserIconFile = string.Empty;
|
| | | /// <summary>
|
| | | /// 用户图标文件是否改变
|
| | | /// </summary>
|
| | | [Newtonsoft.Json.JsonIgnore]
|
| | | public bool UserIconFileChanged = false;
|
| | | /// <summary>
|
| | | /// 用户头像数据(临时用,会置空)
|
| | | /// </summary>
|
| | | public byte[] HeadImage = null;
|
| | |
| | | /// 密码验证(临时用,会置空)
|
| | | /// </summary>
|
| | | public string StringPwd = string.Empty;
|
| | |
|
| | |
|
| | | /// <summary>
|
| | | /// 用户图标文件
|
| | | /// </summary>
|
| | | [Newtonsoft.Json.JsonIgnore]
|
| | | public string UserIconFile = string.Empty;
|
| | | /// <summary>
|
| | | /// 用户图标文件是否改变
|
| | | /// </summary>
|
| | | [Newtonsoft.Json.JsonIgnore]
|
| | | public bool UserIconFileChanged = false;
|
| | | /// <summary>
|
| | | /// 是否初始化用户信息成功
|
| | | /// </summary>
|
| | | [Newtonsoft.Json.JsonIgnore]
|
| | | public bool InitUserInfoSuccess = false;
|
| | | }
|
| | |
|
| | | /// <summary>
|
| | |
| | | /// 固件分布式唯一,也是下载时的[下载固件的唯一标识]参数
|
| | | /// </summary>
|
| | | public string DistributedMark = string.Empty;
|
| | | /// <summary>
|
| | | /// 日期(后面追加的 utc时间)
|
| | | /// </summary>
|
| | | public string CreatedOnUtc = string.Empty;
|
| | | }
|
| | |
|
| | | /// <summary>
|
| | |
| | | /// 镜像类型
|
| | | /// </summary>
|
| | | public string ImagType = string.Empty;
|
| | | /// <summary>
|
| | | /// 日期(后面追加的 utc时间)
|
| | | /// </summary>
|
| | | public string CreatedOnUtc = string.Empty;
|
| | | }
|
| | |
|
| | | #endregion
|
| | |
| | | /// 已读状态
|
| | | /// </summary>
|
| | | public bool IsReading = true;
|
| | | /// <summary>
|
| | | /// 0:标记全部已读、1:清空所有消息
|
| | | /// </summary>
|
| | | public int TagAllOrClearType = 0;
|
| | | }
|
| | |
|
| | | #endregion
|