|
|
|
@@ -13,6 +13,15 @@ public class MarkingSceneDataReportVo { |
|
|
|
private int tempCount; |
|
|
|
private Integer carCount; //车辆进场数 |
|
|
|
private String verifyPercent; |
|
|
|
private int total; |
|
|
|
|
|
|
|
public int getTotal() { |
|
|
|
return verifySendCount+parkSendCount; |
|
|
|
} |
|
|
|
|
|
|
|
public void setTotal(int total) { |
|
|
|
this.total = total; |
|
|
|
} |
|
|
|
|
|
|
|
public int getTempCount() { |
|
|
|
return tempCount; |
|
|
|
|