Compare commits

...

2 Commits

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;
}