| | |
| | | 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 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; |
| | | } |
| | | } |