添加测试项持续时间

This commit is contained in:
xy
2024-12-20 11:51:39 +08:00
parent 2206f203e8
commit 2191276185
2 changed files with 21 additions and 1 deletions

View File

@@ -33,6 +33,9 @@ public class RecordVo {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime endTime;
@ApiModelProperty("持续时间")
private String lastTime;
@ApiModelProperty("测试位置")
private String location;