新增暂态事件毫秒时间

This commit is contained in:
xy
2025-07-31 13:40:00 +08:00
parent e336bc14b7
commit 2dcc673636

View File

@@ -83,7 +83,7 @@ public class WaveTypeVO{
private String lineId;
@Column(name = "time")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss.SSS")
private LocalDateTime startTime;
@Column(name = "event_describe")