| | |
| | | |
| | | private String floorNum; |
| | | private String unitNum; |
| | | private String unitName; |
| | | private String roomNum; |
| | | private String layerCount; |
| | | private String lift; // 是否有电梯 |
| | |
| | | private String personRole; |
| | | private String concactPerson; |
| | | private String concactLink; |
| | | private String doorRoomNum; |
| | | private String propertyType; |
| | | private String propertyAddress; |
| | | private String houseCertificateNo; |
| | | |
| | | public String getDoorRoomNum() { |
| | | return doorRoomNum; |
| | | } |
| | | |
| | | public void setDoorRoomNum(String doorRoomNum) { |
| | | this.doorRoomNum = doorRoomNum; |
| | | } |
| | | |
| | | public String getPropertyAddress() { |
| | | return propertyAddress; |
| | | } |
| | | |
| | | public void setPropertyAddress(String propertyAddress) { |
| | | this.propertyAddress = propertyAddress; |
| | | } |
| | | |
| | | public String getHouseCertificateNo() { |
| | | return houseCertificateNo; |
| | | } |
| | | |
| | | public void setHouseCertificateNo(String houseCertificateNo) { |
| | | this.houseCertificateNo = houseCertificateNo; |
| | | } |
| | | |
| | | public String getPropertyType() { |
| | | return propertyType; |
| | | } |
| | | |
| | | public void setPropertyType(String propertyType) { |
| | | this.propertyType = propertyType; |
| | | } |
| | | |
| | | public String getFloorNum() { |
| | | return floorNum; |
| | |
| | | this.unitNum = unitNum; |
| | | } |
| | | |
| | | public String getUnitName() { |
| | | return unitName; |
| | | } |
| | | |
| | | public void setUnitName(String unitName) { |
| | | this.unitName = unitName; |
| | | } |
| | | |
| | | public String getRoomNum() { |
| | | return roomNum; |
| | | } |