java110
2020-08-14 3fdac0719360981e1e1933c415c6a2b1ede7dee5
java110-bean/src/main/java/com/java110/dto/fee/FeeDto.java
@@ -54,10 +54,14 @@
    private String computingFormula;
    private String isDefault;
    private double oweFee; // 欠费金额
    private String billType;
    private String billTypeName;
    private String paymentCd;
    private String paymentCycle;
    private String bId;
    private Date createTime;
@@ -347,4 +351,28 @@
    public void setPayerObjName(String payerObjName) {
        this.payerObjName = payerObjName;
    }
    public String getbId() {
        return bId;
    }
    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;
    }
}