| | |
| | | package com.java110.dto.owner; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | import com.java110.dto.RoomDto; |
| | | import com.java110.dto.room.RoomDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | |
| | | private String userName; |
| | | private String ownerFlag; |
| | | private String operate; |
| | | |
| | | private String startDate; |
| | | private String endDate; |
| | | |
| | | private List<OwnerAttrDto> ownerAttrDtos; |
| | | |
| | |
| | | public void setNameLike(String nameLike) { |
| | | this.nameLike = nameLike; |
| | | } |
| | | |
| | | public String getStartDate() { |
| | | return startDate; |
| | | } |
| | | |
| | | public void setStartDate(String startDate) { |
| | | this.startDate = startDate; |
| | | } |
| | | |
| | | public String getEndDate() { |
| | | return endDate; |
| | | } |
| | | |
| | | public void setEndDate(String endDate) { |
| | | this.endDate = endDate; |
| | | } |
| | | } |