| | |
| | | /// </summary>
|
| | | public bool IsReading = false;
|
| | | /// <summary>
|
| | | /// 是否已读(listMsg匹配,对应一条数据里面包含多个报警)
|
| | | /// </summary>
|
| | | public List<bool> ListReading = new List<bool>();
|
| | | /// <summary>
|
| | | /// 时间 2019-09-10T13:11:55
|
| | | /// </summary>
|
| | | public string CreatedOnUtc = string.Empty;
|
| | |
| | | /// </summary>
|
| | | public string MsgObjectText = string.Empty;
|
| | | /// <summary>
|
| | | /// 消息文本
|
| | | /// 消息文本(对应一条数据里面包含多个报警)
|
| | | /// </summary>
|
| | | public string MsgText = string.Empty;
|
| | | public List<string> listMsg = new List<string>();
|
| | | }
|
| | |
|
| | | /// <summary>
|
| | |
| | | /// 显示设备历史版本 1 -> 显示
|
| | | /// </summary>
|
| | | public int DeviceHistory = 0;
|
| | | /// <summary>
|
| | | /// 检测能否广播得到网关
|
| | | /// </summary>
|
| | | public int CheckCanReceiveGateway = 0;
|
| | | }
|
| | | #endregion
|
| | | }
|