java110-bean/src/main/java/com/java110/po/fee/PayFeePo.java
@@ -41,6 +41,8 @@ private String isContractFee; private String contractFee; private int[][] reportAmounts; public String getFeeId() { return feeId; } @@ -229,4 +231,12 @@ public void setContractFee(String contractFee) { this.contractFee = contractFee; } public int[][] getReportAmounts() { return reportAmounts; } public void setReportAmounts(int[][] reportAmounts) { this.reportAmounts = reportAmounts; } }