0707 ljc afl模块文件操作以及入库操作以及时序表操作等接口开发,包含分片代码以及文件工具类代码
This commit is contained in:
parent
8b24fe7c6c
commit
00e8ddf30b
@ -13,16 +13,22 @@ import java.time.LocalDateTime;
|
|||||||
@Data
|
@Data
|
||||||
public class AflBaseInfoResp {
|
public class AflBaseInfoResp {
|
||||||
|
|
||||||
|
//创建时间
|
||||||
private LocalDateTime createTime;
|
private LocalDateTime createTime;
|
||||||
|
|
||||||
|
//执行时间(分钟数)
|
||||||
private Integer durationTime;
|
private Integer durationTime;
|
||||||
|
|
||||||
|
//测试用例数量
|
||||||
private Integer testCaseCount;
|
private Integer testCaseCount;
|
||||||
|
|
||||||
|
//镜像名称
|
||||||
private String dockerName;
|
private String dockerName;
|
||||||
|
|
||||||
|
//运行状态 1-未开始 2-运行中 3-已结束
|
||||||
private String status;
|
private String status;
|
||||||
|
|
||||||
|
//应用名称
|
||||||
private String applicationName;
|
private String applicationName;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user