java110
2023-03-29 0b04f664887c73e90bf684a4e69c0fdbfe26349d
java110-bean/src/main/java/com/java110/vo/api/ApiIndexStatisticVo.java
@@ -19,6 +19,7 @@
    private String loseMachineCount;
    private String machineRecordCount;
    private String failRecordCount;
    private String storeTypeCd;
@@ -118,4 +119,12 @@
    public void setFailRecordCount(String failRecordCount) {
        this.failRecordCount = failRecordCount;
    }
    public String getStoreTypeCd() {
        return storeTypeCd;
    }
    public void setStoreTypeCd(String storeTypeCd) {
        this.storeTypeCd = storeTypeCd;
    }
}