Merge branch 'master' of http://1.14.125.6:3000/mianbin/ops-pro
This commit is contained in:
commit
19f6358e60
@ -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