old mode 100644
new mode 100755
| | |
| | | private String feeFlag; |
| | | private String feeName; |
| | | private String computingFormula; |
| | | private String computingFormulaText; |
| | | |
| | | private String billType; |
| | | |
| | | private String paymentCd; |
| | | |
| | | private String paymentCycle; |
| | | |
| | | public String getConfigId() { |
| | | return configId; |
| | |
| | | public void setBillType(String billType) { |
| | | this.billType = billType; |
| | | } |
| | | |
| | | public String getPaymentCd() { |
| | | return paymentCd; |
| | | } |
| | | |
| | | public void setPaymentCd(String paymentCd) { |
| | | this.paymentCd = paymentCd; |
| | | } |
| | | |
| | | public String getPaymentCycle() { |
| | | return paymentCycle; |
| | | } |
| | | |
| | | public void setPaymentCycle(String paymentCycle) { |
| | | this.paymentCycle = paymentCycle; |
| | | } |
| | | |
| | | public String getComputingFormulaText() { |
| | | return computingFormulaText; |
| | | } |
| | | |
| | | public void setComputingFormulaText(String computingFormulaText) { |
| | | this.computingFormulaText = computingFormulaText; |
| | | } |
| | | } |