| | |
| | | private String communityId; |
| | | private String feeId; |
| | | private String monthId; |
| | | private String[] monthIds; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | private String feeName; |
| | | private String configId; |
| | | |
| | | private List<FeeAttrDto> feeAttrDtos; |
| | | private List<FeeAttrDto> feeAttrs; |
| | | |
| | | public String getDetailMonth() { |
| | | return detailMonth; |
| | |
| | | this.objType = objType; |
| | | } |
| | | |
| | | public List<FeeAttrDto> getFeeAttrDtos() { |
| | | return feeAttrDtos; |
| | | public List<FeeAttrDto> getFeeAttrs() { |
| | | return feeAttrs; |
| | | } |
| | | |
| | | public void setFeeAttrDtos(List<FeeAttrDto> feeAttrDtos) { |
| | | this.feeAttrDtos = feeAttrDtos; |
| | | public void setFeeAttrs(List<FeeAttrDto> feeAttrs) { |
| | | this.feeAttrs = feeAttrs; |
| | | } |
| | | |
| | | public String[] getMonthIds() { |
| | | return monthIds; |
| | | } |
| | | |
| | | public void setMonthIds(String[] monthIds) { |
| | | this.monthIds = monthIds; |
| | | } |
| | | } |