| | |
| | | |
| | | private String roomId; |
| | | |
| | | private String communityId; |
| | | |
| | | private String cycle; |
| | | private String remark; |
| | | |
| | | |
| | | public String getFloorNum() { |
| | | return floorNum; |
| | |
| | | public void setRoomId(String roomId) { |
| | | this.roomId = roomId; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | public String getCycle() { |
| | | return cycle; |
| | | } |
| | | |
| | | public void setCycle(String cycle) { |
| | | this.cycle = cycle; |
| | | } |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | } |
| | | } |