微调
This commit is contained in:
@@ -52,17 +52,5 @@ public class PqDataVerifyCount implements Serializable {
|
|||||||
@TableField(value = "total_all")
|
@TableField(value = "total_all")
|
||||||
private Integer totalAll = 0;
|
private Integer totalAll = 0;
|
||||||
|
|
||||||
/**
|
|
||||||
* 异常短时闪变数量
|
|
||||||
*/
|
|
||||||
@TableField(value = "flicker")
|
|
||||||
private Integer flicker = 0;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 短时闪变总数量
|
|
||||||
*/
|
|
||||||
@TableField(value = "flicker_all")
|
|
||||||
private Integer flickerAll = 0;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user