----------- | :------: | :------: |
| id | Long | 楼盘id |
| name | String | 楼盘名称 |
| province | String | 所在省 |
| city | String | 所在市 |
| area | String | 所在区 |
| address | String | 具体地址 |
| year | String | 建筑年代 |
| type | String | 建筑类型 |
| propertyCost | String | 物业费 |
| propertyCompany | String | 物业公司 |
| developers | String | 开发商 |
| created | datetime | 创建时间 |
| updated | datetime | 更新时间 |
1.2、房源数据(houseResources)
字段 | 类型 | 备注 |
---|---|---|
id | Long | 房源id |
title | String | 房源标题,如:南北通透,两室朝南,主卧带阳台 |
estateId | Long | 楼盘id |
buildingNum | String | 楼号(栋) |
buildingUnit | String | 单元号 |
buildingFloorNum | String | 门牌号 |
rent | int | 租金 |
rentMethod | int | 租赁方式,1-整租,2-合租 |
paymentMethod | int | 支付方式,1-付一押一,2-付三押一,3-付六押一,4-年付押一,5-其它 |
houseType | String | 户型,如:2室1厅1卫 |
coveredArea | String | 建筑面积 |
useArea | String | 使用面积 |
floor | String | 楼层,如:8/26 |
orientation | int | 朝向:东、南、西、北 |
decoration | String | 装修,1-精装,2-简装,3-毛坯 |
facilities | String | 配套设施, 如:1,2,3 |
pic | String | 图片,最多5张 |
desc | String | 房源描述,如:出小区门,门口有时代联华超市,餐饮有川菜馆,淮南牛肉汤,黄焖鸡沙县小吃等;可到达亲水湾城市生活广场,里面有儿童乐园,台球室和康桥健身等休闲娱乐;生活广场往北沿御水路往北步行一公里就是御桥路,旁边就是御桥地铁站,地铁站商场... |
contact | String | 联系人 |
mobile | String | 手机号 |
time | int | 看房时间,1-上午,2-中午,3-下午,4-晚上,5-全天 |
propertyCost | String | 物业费 |
created | datetime | 创建时间 |
updated | datetime | 更新时间 |
评论区