| | |
| | | package com.java110.vo.api.feeConfig; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | public class ApiFeeConfigDataVo implements Serializable { |
| | | |
| | |
| | | private String billType; |
| | | |
| | | private String billTypeName; |
| | | |
| | | private String paymentCd; |
| | | |
| | | private String paymentCycle; |
| | | |
| | | |
| | | public String getConfigId() { |
| | | return configId; |
| | |
| | | public void setBillTypeName(String billTypeName) { |
| | | this.billTypeName = billTypeName; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | } |