wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
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;
    }
}