| | |
| | | private String roomSubType; // 房屋类型 |
| | | private String section; |
| | | private String builtUpArea; |
| | | private String remark; |
| | | private String roomArea; |
| | | private String roomRent; |
| | | private String ownerName; |
| | |
| | | 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; |
| | | } |