| | |
| | | private String remark; |
| | | private String userId; |
| | | private String roomId; |
| | | private String[] roomIds; |
| | | private String layer; |
| | | private String builtUpArea; |
| | | private String roomNum; |
| | |
| | | private String apartment; |
| | | private String communityId; |
| | | private String floorId; |
| | | private String floorNum; |
| | | private String userName; |
| | | private String ownerId; |
| | | |
| | | |
| | | private String state; |
| | | private String unitNum; |
| | | |
| | | private List<RoomAttrDto> roomAttrDto; |
| | |
| | | public void setUnitNum(String unitNum) { |
| | | this.unitNum = unitNum; |
| | | } |
| | | |
| | | public String getState() { |
| | | return state; |
| | | } |
| | | |
| | | public void setState(String state) { |
| | | this.state = state; |
| | | } |
| | | |
| | | public String getOwnerId() { |
| | | return ownerId; |
| | | } |
| | | |
| | | public void setOwnerId(String ownerId) { |
| | | this.ownerId = ownerId; |
| | | } |
| | | |
| | | public String getFloorNum() { |
| | | return floorNum; |
| | | } |
| | | |
| | | public void setFloorNum(String floorNum) { |
| | | this.floorNum = floorNum; |
| | | } |
| | | |
| | | |
| | | public String[] getRoomIds() { |
| | | return roomIds; |
| | | } |
| | | |
| | | public void setRoomIds(String[] roomIds) { |
| | | this.roomIds = roomIds; |
| | | } |
| | | } |