java110
2020-08-14 3fdac0719360981e1e1933c415c6a2b1ede7dee5
java110-bean/src/main/java/com/java110/dto/fee/FeeDto.java
@@ -54,6 +54,8 @@
    private String computingFormula;
    private String isDefault;
    private double oweFee; // 欠费金额
    private String billType;
    private String billTypeName;
    private String paymentCd;
@@ -357,4 +359,20 @@
    public void setbId(String bId) {
        this.bId = bId;
    }
    public String getBillType() {
        return billType;
    }
    public void setBillType(String billType) {
        this.billType = billType;
    }
    public String getBillTypeName() {
        return billTypeName;
    }
    public void setBillTypeName(String billTypeName) {
        this.billTypeName = billTypeName;
    }
}