| | |
| | | private String feeName; |
| | | private String startTime; |
| | | private String endTime; |
| | | private String curTime; |
| | | private String communityId; |
| | | private String feeTypeCdName; |
| | | private String feeFlagName; |
| | |
| | | private String paymentCd; |
| | | |
| | | private String paymentCycle; |
| | | |
| | | private String valid; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public void setPaymentCycle(String paymentCycle) { |
| | | this.paymentCycle = paymentCycle; |
| | | } |
| | | |
| | | public String getCurTime() { |
| | | return curTime; |
| | | } |
| | | |
| | | public void setCurTime(String curTime) { |
| | | this.curTime = curTime; |
| | | } |
| | | |
| | | public String getValid() { |
| | | return valid; |
| | | } |
| | | |
| | | public void setValid(String valid) { |
| | | this.valid = valid; |
| | | } |
| | | } |