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