| | |
| | | public class QueryStatisticsDto extends PageDto implements Serializable { |
| | | |
| | | private String communityId; |
| | | |
| | | private String hisDate; |
| | | private String startDate; |
| | | |
| | | /** |
| | |
| | | private String[] unitIds; |
| | | |
| | | private String[] objIds; |
| | | |
| | | private String[] ownerIds; |
| | | |
| | | private String storeId; |
| | | |
| | | |
| | | public String getCommunityId() { |
| | |
| | | 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; |
| | | } |
| | | } |