shiyj1101
2021-08-06 df3192f4e98377526d098928a9910c03e836c630
java110-bean/src/main/java/com/java110/vo/api/fee/ApiFeeDataVo.java
@@ -52,6 +52,8 @@
    private String preReadingTime;
    private String curReadingTime;
    private String mwPrice;
    private List<FeeAttrDto> feeAttrs;
    public String getAmount() {
@@ -301,4 +303,12 @@
    public void setFeeAttrs(List<FeeAttrDto> feeAttrs) {
        this.feeAttrs = feeAttrs;
    }
    public String getMwPrice() {
        return mwPrice;
    }
    public void setMwPrice(String mwPrice) {
        this.mwPrice = mwPrice;
    }
}