java110-bean/src/main/java/com/java110/dto/fee/FeeDto.java
@@ -55,6 +55,7 @@ private String isDefault; private double oweFee; // 欠费金额 private String billType; private String billTypeName; private String paymentCd; @@ -366,4 +367,12 @@ public void setBillType(String billType) { this.billType = billType; } public String getBillTypeName() { return billTypeName; } public void setBillTypeName(String billTypeName) { this.billTypeName = billTypeName; } }