| | |
| | | **/ |
| | | public class CommunityDto extends PageDto implements Serializable { |
| | | |
| | | public static final String STATE_NORMAL = "1100"; |
| | | |
| | | private String address; |
| | | private String nearbyLandmarks; |
| | | private String cityCode; |
| | |
| | | private String parentAreaCode; |
| | | private String parentAreaName; |
| | | private String tel; |
| | | private String payFeeMonth; |
| | | private String feePrice; |
| | | private String takeTime; |
| | | |
| | | private String startTime; |
| | | private String endTime; |
| | | |
| | | private String communityArea; |
| | | |
| | | private String qrCode; |
| | | |
| | | private String storeId; |
| | | |
| | | private String storeName; |
| | | |
| | | private List<CommunityAttrDto> communityAttrDtos; |
| | | |
| | |
| | | this.mapX = mapX; |
| | | } |
| | | |
| | | public String getTakeTime() { |
| | | return takeTime; |
| | | } |
| | | |
| | | public void setTakeTime(String takeTime) { |
| | | this.takeTime = takeTime == null ? null : takeTime.split(" ")[0]; |
| | | } |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | |
| | | public void setEndTime(String endTime) { |
| | | this.endTime = endTime; |
| | | } |
| | | |
| | | public String getPayFeeMonth() { |
| | | return payFeeMonth; |
| | | } |
| | | |
| | | public void setPayFeeMonth(String payFeeMonth) { |
| | | this.payFeeMonth = payFeeMonth; |
| | | } |
| | | |
| | | public String getFeePrice() { |
| | | return feePrice; |
| | | } |
| | | |
| | | public void setFeePrice(String feePrice) { |
| | | this.feePrice = feePrice; |
| | | } |
| | | |
| | | public String getQrCode() { |
| | | return qrCode; |
| | | } |
| | | |
| | | public void setQrCode(String qrCode) { |
| | | this.qrCode = qrCode; |
| | | } |
| | | |
| | | public String getStoreId() { |
| | | return storeId; |
| | | } |
| | | |
| | | public void setStoreId(String storeId) { |
| | | this.storeId = storeId; |
| | | } |
| | | |
| | | public String getStoreName() { |
| | | return storeName; |
| | | } |
| | | |
| | | public void setStoreName(String storeName) { |
| | | this.storeName = storeName; |
| | | } |
| | | } |