|
@@ -19,7 +19,7 @@ public class ImageCheckVo {
|
|
|
@ApiModelProperty(value = "异常数量")
|
|
|
private Integer failedCount;
|
|
|
|
|
|
- private Integer waitingCount;
|
|
|
+ private Integer disposedCount;
|
|
|
|
|
|
public String getSubjectCode() {
|
|
|
return subjectCode;
|
|
@@ -61,12 +61,12 @@ public class ImageCheckVo {
|
|
|
this.failedCount = failedCount;
|
|
|
}
|
|
|
|
|
|
- public Integer getWaitingCount() {
|
|
|
- return waitingCount;
|
|
|
+ public Integer getDisposedCount() {
|
|
|
+ return disposedCount;
|
|
|
}
|
|
|
|
|
|
- public void setWaitingCount(Integer waitingCount) {
|
|
|
- this.waitingCount = waitingCount;
|
|
|
+ public void setDisposedCount(Integer disposedCount) {
|
|
|
+ this.disposedCount = disposedCount;
|
|
|
}
|
|
|
|
|
|
}
|