This commit is contained in:
xy
2025-07-31 14:07:55 +08:00
parent 2dcc673636
commit 7011c3cc06

View File

@@ -20,7 +20,7 @@ public class SendEventVO implements Serializable {
private Set<String> deptList;
@ApiModelProperty(name = "time",value = "暂降发生时间")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss.SSS")
private LocalDateTime time;
@ApiModelProperty(name = "eventValue",value = "特征幅值")