Compare commits

..

No commits in common. "8b24069dca53efb2892817aa2a93aa038e966c39" and "30c06d1c0b3f779de367e7b0ce940950c959abe2" have entirely different histories.

View File

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