| | |
| | | |
| | | private String floorNum; |
| | | private String unitNum; |
| | | private String unitName; |
| | | private String roomNum; |
| | | private String layerCount; |
| | | private String lift; // 是否有电梯 |
| | |
| | | private String userId; |
| | | private String roomState; |
| | | |
| | | private String personType; |
| | | 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; |
| | |
| | | |
| | | public void setUnitNum(String unitNum) { |
| | | this.unitNum = unitNum; |
| | | } |
| | | |
| | | public String getUnitName() { |
| | | return unitName; |
| | | } |
| | | |
| | | public void setUnitName(String unitName) { |
| | | this.unitName = unitName; |
| | | } |
| | | |
| | | public String getRoomNum() { |
| | |
| | | public void setRoomState(String roomState) { |
| | | this.roomState = roomState; |
| | | } |
| | | |
| | | public String getPersonType() { |
| | | return personType; |
| | | } |
| | | |
| | | public void setPersonType(String personType) { |
| | | this.personType = personType; |
| | | } |
| | | |
| | | public String getPersonRole() { |
| | | return personRole; |
| | | } |
| | | |
| | | public void setPersonRole(String personRole) { |
| | | this.personRole = personRole; |
| | | } |
| | | |
| | | public String getConcactPerson() { |
| | | return concactPerson; |
| | | } |
| | | |
| | | public void setConcactPerson(String concactPerson) { |
| | | this.concactPerson = concactPerson; |
| | | } |
| | | |
| | | public String getConcactLink() { |
| | | return concactLink; |
| | | } |
| | | |
| | | public void setConcactLink(String concactLink) { |
| | | this.concactLink = concactLink; |
| | | } |
| | | } |