提交代码
This commit is contained in:
@@ -10,6 +10,16 @@ public class CommunitityVo {
|
||||
private String referenceAvgPrice;//参考均价
|
||||
private OaFileVo coverImg;//封面图
|
||||
private String communityName;//楼盘名称
|
||||
private String greenRate;//绿化率
|
||||
private String address;//地址
|
||||
private String completeDate;//竣工时间
|
||||
private String transactionOwnership;//交易权属
|
||||
private String propertyType;//物业类型
|
||||
private String lng;//经度
|
||||
private String lat;//纬度
|
||||
private String contactPhone;//联系电话
|
||||
private String communityNo;//楼盘编号
|
||||
private String communityDesc;//楼盘描述
|
||||
|
||||
public String getReferenceTotalPrice() {
|
||||
return referenceTotalPrice;
|
||||
@@ -66,4 +76,84 @@ public class CommunitityVo {
|
||||
public void setCommunityName(String communityName) {
|
||||
this.communityName = communityName;
|
||||
}
|
||||
|
||||
public String getGreenRate() {
|
||||
return greenRate;
|
||||
}
|
||||
|
||||
public void setGreenRate(String greenRate) {
|
||||
this.greenRate = greenRate;
|
||||
}
|
||||
|
||||
public String getAddress() {
|
||||
return address;
|
||||
}
|
||||
|
||||
public void setAddress(String address) {
|
||||
this.address = address;
|
||||
}
|
||||
|
||||
public String getCompleteDate() {
|
||||
return completeDate;
|
||||
}
|
||||
|
||||
public void setCompleteDate(String completeDate) {
|
||||
this.completeDate = completeDate;
|
||||
}
|
||||
|
||||
public String getTransactionOwnership() {
|
||||
return transactionOwnership;
|
||||
}
|
||||
|
||||
public void setTransactionOwnership(String transactionOwnership) {
|
||||
this.transactionOwnership = transactionOwnership;
|
||||
}
|
||||
|
||||
public String getPropertyType() {
|
||||
return propertyType;
|
||||
}
|
||||
|
||||
public void setPropertyType(String propertyType) {
|
||||
this.propertyType = propertyType;
|
||||
}
|
||||
|
||||
public String getLng() {
|
||||
return lng;
|
||||
}
|
||||
|
||||
public void setLng(String lng) {
|
||||
this.lng = lng;
|
||||
}
|
||||
|
||||
public String getLat() {
|
||||
return lat;
|
||||
}
|
||||
|
||||
public void setLat(String lat) {
|
||||
this.lat = lat;
|
||||
}
|
||||
|
||||
public String getContactPhone() {
|
||||
return contactPhone;
|
||||
}
|
||||
|
||||
public void setContactPhone(String contactPhone) {
|
||||
this.contactPhone = contactPhone;
|
||||
}
|
||||
|
||||
public String getCommunityNo() {
|
||||
return communityNo;
|
||||
}
|
||||
|
||||
public void setCommunityNo(String communityNo) {
|
||||
this.communityNo = communityNo;
|
||||
}
|
||||
|
||||
public String getCommunityDesc() {
|
||||
return communityDesc;
|
||||
}
|
||||
|
||||
public void setCommunityDesc(String communityDesc) {
|
||||
this.communityDesc = communityDesc;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user