|
@@ -63,8 +63,8 @@ public class WarnManage extends BaseEntity
|
|
private String reportStatus;
|
|
private String reportStatus;
|
|
|
|
|
|
/** 告警时间 */
|
|
/** 告警时间 */
|
|
- @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 warnTime;
|
|
private Date warnTime;
|
|
|
|
|
|
/** 删除标志(0代表存在 1代表删除) */
|
|
/** 删除标志(0代表存在 1代表删除) */
|