forked from dyf/fys-Multi-tenant
今日报警总数
This commit is contained in:
@ -21,6 +21,18 @@ public class AlarmInformationVo {
|
||||
*/
|
||||
private Integer processingAlarm = 0;
|
||||
|
||||
|
||||
/**
|
||||
* 今日报警总数
|
||||
*/
|
||||
private Integer alarmsTotalToday = 0;
|
||||
|
||||
/**
|
||||
* 今日总处理报警
|
||||
*/
|
||||
private Integer processingAlarmToday = 0;
|
||||
|
||||
|
||||
/**
|
||||
* 强制报警
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user