| | |
| | | package com.java110.dto.payFee; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | import com.java110.dto.fee.FeeAttrDto; |
| | | import com.java110.dto.fee.FeeDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @ClassName FloorDto |
| | |
| | | * @Version 1.0 |
| | | * add by wuxw 2019/4/24 |
| | | **/ |
| | | public class PayFeeDetailMonthDto extends PageDto implements Serializable { |
| | | public class PayFeeDetailMonthDto extends FeeDto implements Serializable { |
| | | |
| | | public static final String STATE_W = "W";//待缴费 |
| | | public static final String STATE_C = "C";//已缴费 |
| | |
| | | private String communityId; |
| | | private String feeId; |
| | | private String monthId; |
| | | private String[] monthIds; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | |
| | | private String objName; |
| | | private String objId; |
| | | |
| | | private String objType; |
| | | |
| | | private String[] objIds; |
| | | private String ownerName; |
| | | private String ownerId; |
| | |
| | | private String feeName; |
| | | private String configId; |
| | | |
| | | |
| | | private List<FeeAttrDto> feeAttrs; |
| | | |
| | | public String getDetailMonth() { |
| | | return detailMonth; |
| | |
| | | public void setObjIds(String[] objIds) { |
| | | this.objIds = objIds; |
| | | } |
| | | |
| | | public String getObjType() { |
| | | return objType; |
| | | } |
| | | |
| | | public void setObjType(String objType) { |
| | | this.objType = objType; |
| | | } |
| | | |
| | | public List<FeeAttrDto> getFeeAttrs() { |
| | | return feeAttrs; |
| | | } |
| | | |
| | | public void setFeeAttrs(List<FeeAttrDto> feeAttrs) { |
| | | this.feeAttrs = feeAttrs; |
| | | } |
| | | |
| | | public String[] getMonthIds() { |
| | | return monthIds; |
| | | } |
| | | |
| | | public void setMonthIds(String[] monthIds) { |
| | | this.monthIds = monthIds; |
| | | } |
| | | } |