java110-bean/src/main/java/com/java110/dto/fee/FeeDto.java
@@ -54,6 +54,7 @@ private String computingFormula; private String isDefault; private double oweFee; // 欠费金额 private String billType; private String paymentCd; @@ -357,4 +358,12 @@ public void setbId(String bId) { this.bId = bId; } public String getBillType() { return billType; } public void setBillType(String billType) { this.billType = billType; } }