Commit 2a9e9e48 authored by 赵啸非's avatar 赵啸非

添加显示控制

parent 4c9f495f
...@@ -26,6 +26,9 @@ public class DeviceAlarmInfoVo extends BaseEntityLong { ...@@ -26,6 +26,9 @@ public class DeviceAlarmInfoVo extends BaseEntityLong {
*/ */
private String alarmTimeEnd; private String alarmTimeEnd;
/** 告警设备Id列表 */
private List <Long> alarmDeviceList;
private Integer deviceTotalCount; private Integer deviceTotalCount;
...@@ -49,4 +52,6 @@ public class DeviceAlarmInfoVo extends BaseEntityLong { ...@@ -49,4 +52,6 @@ public class DeviceAlarmInfoVo extends BaseEntityLong {
private List<HashMap<String, Object>> deviceAlarmMapInfoList; private List<HashMap<String, Object>> deviceAlarmMapInfoList;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment