This commit is contained in:
even 2025-07-09 16:14:25 +08:00
commit 19f6358e60

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