| | |
| | | package com.java110.dto.report; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | |
| | | import java.io.Serializable; |
| | | |
| | | public class QueryStatisticsDto implements Serializable { |
| | | public class QueryStatisticsDto extends PageDto implements Serializable { |
| | | |
| | | private String communityId; |
| | | |
| | | private String hisDate; |
| | | private String startDate; |
| | | |
| | | /** |
| | |
| | | private String link; |
| | | |
| | | private String feeTypeCd; |
| | | |
| | | private String[] unitIds; |
| | | |
| | | private String[] objIds; |
| | | |
| | | private String[] ownerIds; |
| | | |
| | | private String storeId; |
| | | |
| | | |
| | | public String getCommunityId() { |
| | |
| | | public void setFeeTypeCd(String feeTypeCd) { |
| | | this.feeTypeCd = feeTypeCd; |
| | | } |
| | | |
| | | public String[] getUnitIds() { |
| | | return unitIds; |
| | | } |
| | | |
| | | public void setUnitIds(String[] unitIds) { |
| | | this.unitIds = unitIds; |
| | | } |
| | | |
| | | public String[] getObjIds() { |
| | | return objIds; |
| | | } |
| | | |
| | | public void setObjIds(String[] objIds) { |
| | | this.objIds = objIds; |
| | | } |
| | | |
| | | public String[] getOwnerIds() { |
| | | return ownerIds; |
| | | } |
| | | |
| | | public void setOwnerIds(String[] ownerIds) { |
| | | this.ownerIds = ownerIds; |
| | | } |
| | | |
| | | public String getStoreId() { |
| | | return storeId; |
| | | } |
| | | |
| | | public void setStoreId(String storeId) { |
| | | this.storeId = storeId; |
| | | } |
| | | |
| | | public String getHisDate() { |
| | | return hisDate; |
| | | } |
| | | |
| | | public void setHisDate(String hisDate) { |
| | | this.hisDate = hisDate; |
| | | } |
| | | } |