| | |
| | | private String roomSubType; // 房屋类型 |
| | | private String section; |
| | | private String builtUpArea; |
| | | private String remark; |
| | | private String roomArea; |
| | | private String roomRent; |
| | | private String ownerName; |
| | |
| | | private String roomState; |
| | | |
| | | private String personType; |
| | | private String address; |
| | | private String personRole; |
| | | private String concactPerson; |
| | | private String concactLink; |
| | |
| | | private String propertyCertificateNo; |
| | | private String isEvChargerInstalled; |
| | | private String householdPoliceStation; |
| | | |
| | | private String propertyFeeMonth; |
| | | |
| | | private String monthlyUnitPrice; |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | } |
| | | |
| | | public String getPropertyFeeMonth() { |
| | | return propertyFeeMonth; |
| | | } |
| | | |
| | | public void setPropertyFeeMonth(String propertyFeeMonth) { |
| | | this.propertyFeeMonth = propertyFeeMonth; |
| | | } |
| | | |
| | | public String getMonthlyUnitPrice() { |
| | | return monthlyUnitPrice; |
| | | } |
| | | |
| | | public void setMonthlyUnitPrice(String monthlyUnitPrice) { |
| | | this.monthlyUnitPrice = monthlyUnitPrice; |
| | | } |
| | | |
| | | public String getDoorRoomNum() { |
| | | return doorRoomNum; |
| | |
| | | return userId; |
| | | } |
| | | |
| | | public String getAddress() { |
| | | return address; |
| | | } |
| | | |
| | | public void setAddress(String address) { |
| | | this.address = address; |
| | | } |
| | | |
| | | public void setUserId(String userId) { |
| | | this.userId = userId; |
| | | } |