| | |
| | | public class ImportOwnerRoomDto implements Serializable { |
| | | |
| | | private String communityId; |
| | | |
| | | private String roomId; |
| | | private String floorNum; |
| | | private String unitNum; |
| | | private String unitName; |
| | | private String roomNum; |
| | | private String layerCount; |
| | | private String lift; // 是否有电梯 |
| | | 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 doorRoomNum; |
| | | private String propertyType; |
| | | private String propertyAddress; |
| | | private String houseCertificateNo; |
| | | |
| | | private String roadName; |
| | | private String buyDate; |
| | | private String sellDate; |
| | | private String sellState; |
| | | private String roomBuyer; |
| | | private String eoc; |
| | | |
| | | private String ownerId; |
| | | |
| | | 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; |
| | | } |
| | | |
| | | 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() { |
| | |
| | | return userId; |
| | | } |
| | | |
| | | public String getAddress() { |
| | | return address; |
| | | } |
| | | |
| | | public void setAddress(String address) { |
| | | this.address = address; |
| | | } |
| | | |
| | | public void setUserId(String userId) { |
| | | this.userId = userId; |
| | | } |
| | |
| | | public void setConcactLink(String concactLink) { |
| | | this.concactLink = concactLink; |
| | | } |
| | | |
| | | public String getRoadName() { |
| | | return roadName; |
| | | } |
| | | |
| | | public void setRoadName(String roadName) { |
| | | this.roadName = roadName; |
| | | } |
| | | |
| | | public String getBuyDate() { |
| | | return buyDate; |
| | | } |
| | | |
| | | public void setBuyDate(String buyDate) { |
| | | this.buyDate = buyDate; |
| | | } |
| | | |
| | | public String getSellDate() { |
| | | return sellDate; |
| | | } |
| | | |
| | | public void setSellDate(String sellDate) { |
| | | this.sellDate = sellDate; |
| | | } |
| | | |
| | | public String getSellState() { |
| | | return sellState; |
| | | } |
| | | |
| | | public void setSellState(String sellState) { |
| | | this.sellState = sellState; |
| | | } |
| | | |
| | | public String getRoomBuyer() { |
| | | return roomBuyer; |
| | | } |
| | | |
| | | public void setRoomBuyer(String roomBuyer) { |
| | | this.roomBuyer = roomBuyer; |
| | | } |
| | | |
| | | public String getEoc() { |
| | | return eoc; |
| | | } |
| | | |
| | | public void setEoc(String eoc) { |
| | | this.eoc = eoc; |
| | | } |
| | | |
| | | public String getRoomId() { |
| | | return roomId; |
| | | } |
| | | |
| | | public void setRoomId(String roomId) { |
| | | this.roomId = roomId; |
| | | } |
| | | |
| | | public String getOwnerId() { |
| | | return ownerId; |
| | | } |
| | | |
| | | public void setOwnerId(String ownerId) { |
| | | this.ownerId = ownerId; |
| | | } |
| | | |
| | | public String getPropertyCertificateNo() { |
| | | return propertyCertificateNo; |
| | | } |
| | | |
| | | public void setPropertyCertificateNo(String propertyCertificateNo) { |
| | | this.propertyCertificateNo = propertyCertificateNo; |
| | | } |
| | | |
| | | public String getIsEvChargerInstalled() { |
| | | return isEvChargerInstalled; |
| | | } |
| | | |
| | | public void setIsEvChargerInstalled(String isEvChargerInstalled) { |
| | | this.isEvChargerInstalled = isEvChargerInstalled; |
| | | } |
| | | |
| | | public String getHouseholdPoliceStation() { |
| | | return householdPoliceStation; |
| | | } |
| | | |
| | | public void setHouseholdPoliceStation(String householdPoliceStation) { |
| | | this.householdPoliceStation = householdPoliceStation; |
| | | } |
| | | } |