cgf
2025-08-23 9ec0a61f90ac2464eebc643bfe2d93ac9ba6e569
java110-bean/src/main/java/com/java110/po/fee/PayFeePo.java
@@ -38,6 +38,11 @@
    private String ruleId;
    private String isContractFee;
    private String contractFee;
    private int[][] reportAmounts;
    public String getFeeId() {
        return feeId;
    }
@@ -210,4 +215,28 @@
    public void setRuleId(String ruleId) {
        this.ruleId = ruleId;
    }
    public String getIsContractFee() {
        return isContractFee;
    }
    public void setIsContractFee(String isContractFee) {
        this.isContractFee = isContractFee;
    }
    public String getContractFee() {
        return contractFee;
    }
    public void setContractFee(String contractFee) {
        this.contractFee = contractFee;
    }
    public int[][] getReportAmounts() {
        return reportAmounts;
    }
    public void setReportAmounts(int[][] reportAmounts) {
        this.reportAmounts = reportAmounts;
    }
}