异常事件导出增加回传时间

This commit is contained in:
wanghao
2026-02-27 11:14:42 +08:00
parent e9784f7957
commit 98dc17552d
@@ -35,6 +35,7 @@ public class AbnormalEvent extends BaseUser {
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "报警时间", format = "yyyy-MM-dd HH:mm:ss", width = 15, orderNum = "10")
private Date warnTime;
@Excel(name = "回传时间", format = "yyyy-MM-dd HH:mm:ss", width = 15, orderNum = "11")
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Schema(title = "创建日期")