| | |
| | | /// <summary>
|
| | | /// 登陆权限编号的翻译名:1:主账号自己(本人) 2:赋予管理员权限的成员 3:成员
|
| | | /// </summary>
|
| | | [Newtonsoft.Json.JsonIgnore]
|
| | | public string AuthorityText = string.Empty;
|
| | | /// <summary>
|
| | | /// 用户头像数据(临时用,会置空)
|
| | |
| | | /// 自动化常开时间变更为分钟,而不是小时 1->强制变更为分钟
|
| | | /// </summary>
|
| | | public int DoorLockNomallyOpenTimeMode = 0;
|
| | | /// <summary>
|
| | | /// 是否将发送及接收到的数据写入到Log中 1->写入
|
| | | /// </summary>
|
| | | public int WriteSendAndReceveDataToFile = 0;
|
| | | /// <summary>
|
| | | /// 是否将SocketReceive的数据写入到Log中 1->写入
|
| | | /// </summary>
|
| | | public int WriteSocketReceiveDataToFile = 0;
|
| | | }
|
| | | #endregion
|
| | |
|