0708 ljc afl模块文件操作以及入库操作以及时序表操作等接口开发,包含分片代码以及文件工具类代码
This commit is contained in:
parent
c765a7417a
commit
c5958ef168
@ -10,9 +10,12 @@ import lombok.Data;
|
|||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
public class AflImperfectionResp {
|
public class AflImperfectionResp {
|
||||||
|
//所有崩溃数
|
||||||
private Integer imperfectionCount = 0;
|
private Integer imperfectionCount = 0;
|
||||||
|
|
||||||
|
//验证的崩溃数
|
||||||
private Integer verifiedCount = 0;
|
private Integer verifiedCount = 0;
|
||||||
|
|
||||||
|
//未验证的崩溃数
|
||||||
private Integer unverifiedCount = 0;
|
private Integer unverifiedCount = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user