wuxw
2022-04-22 0a9b6e565843bd25e5ef37e979c7da9bbf3df218
java110-bean/src/main/java/com/java110/po/fee/PayFeeConfigPo.java
old mode 100644 new mode 100755
@@ -25,12 +25,14 @@
    private String feeFlag;
    private String feeName;
    private String computingFormula;
    private String computingFormulaText;
    private String billType;
    private String paymentCd;
    private String paymentCycle;
    private String statusCd = "0";
    public String getConfigId() {
        return configId;
@@ -143,4 +145,20 @@
    public void setPaymentCycle(String paymentCycle) {
        this.paymentCycle = paymentCycle;
    }
    public String getComputingFormulaText() {
        return computingFormulaText;
    }
    public void setComputingFormulaText(String computingFormulaText) {
        this.computingFormulaText = computingFormulaText;
    }
    public String getStatusCd() {
        return statusCd;
    }
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
}