| | |
| | | **/ |
| | | 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 endTime; |
| | | |
| | | private String communityArea; |
| | | |
| | | private String qrCode; |
| | | |
| | | private List<CommunityAttrDto> communityAttrDtos; |
| | | |
| | |
| | | public void setFeePrice(String feePrice) { |
| | | this.feePrice = feePrice; |
| | | } |
| | | |
| | | public String getQrCode() { |
| | | return qrCode; |
| | | } |
| | | |
| | | public void setQrCode(String qrCode) { |
| | | this.qrCode = qrCode; |
| | | } |
| | | } |