| | |
| | | **/ |
| | | public class OwnerDto extends PageDto implements Serializable { |
| | | |
| | | |
| | | private String communityId; |
| | | |
| | | private String roomId; |
| | | private String sex; |
| | | private String name; |
| | | private String link; |
| | |
| | | private String ownerId; |
| | | private String userId; |
| | | private String age; |
| | | private String memberId; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public void setAge(String age) { |
| | | this.age = age; |
| | | } |
| | | public String getMemberId() { |
| | | return memberId; |
| | | } |
| | | public void setMemberId(String memberId) { |
| | | this.memberId = memberId; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | public String getRoomId() { |
| | | return roomId; |
| | | } |
| | | |
| | | public void setRoomId(String roomId) { |
| | | this.roomId = roomId; |
| | | } |
| | | } |