0708 ljc afl模块文件操作以及入库操作以及时序表操作等接口开发,包含分片代码以及文件工具类代码

This commit is contained in:
HopeLi 2025-07-08 18:00:05 +08:00
parent c765a7417a
commit c5958ef168

View File

@ -10,9 +10,12 @@ import lombok.Data;
*/
@Data
public class AflImperfectionResp {
//所有崩溃数
private Integer imperfectionCount = 0;
//验证的崩溃数
private Integer verifiedCount = 0;
//未验证的崩溃数
private Integer unverifiedCount = 0;
}