|
|
|
|
@ -50,8 +50,8 @@ public class AlertMessage |
|
|
|
|
private Long level; |
|
|
|
|
|
|
|
|
|
/** 发生时间 */ |
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd") |
|
|
|
|
@Excel(name = "发生时间", width = 30, dateFormat = "yyyy-MM-dd") |
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
|
@Excel(name = "添加日期", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
|
|
|
|
private Date occurTime; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -61,8 +61,8 @@ public class AlertMessage |
|
|
|
|
private String handler; |
|
|
|
|
|
|
|
|
|
/** 解决时间 */ |
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd") |
|
|
|
|
@Excel(name = "解决时间", width = 30, dateFormat = "yyyy-MM-dd") |
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
|
@Excel(name = "添加日期", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
|
|
|
|
private Date handleTime; |
|
|
|
|
|
|
|
|
|
/** 处理状态(open、in_progress_closed) */ |
|
|
|
|
|