surverytest新增otherreport字段

This commit is contained in:
guofeihu
2024-08-20 15:15:56 +08:00
parent 053183cdd0
commit 003880619e
5 changed files with 26 additions and 23 deletions

View File

@@ -24,7 +24,7 @@ public class EventNewStationVo implements Serializable {
private String newStationName;
@ApiModelProperty(value = "开始时间")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss.SSS")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime startTime;
@ApiModelProperty(value = "特征幅值")