chengf
2025-08-18 c7ea3633e49e501c33f668fc08fab2ffc0e3c38c
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;
    }
}