| | |
| | | public class CommunitySpaceOpenTimeDto extends PageDto implements Serializable { |
| | | |
| | | private String spaceId; |
| | | private String venueId; |
| | | private String[] spaceIds; |
| | | private String hours; |
| | | private String isOpen; |
| | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | |
| | | private String appointmentTime; |
| | | |
| | | |
| | | public String getSpaceId() { |
| | |
| | | public void setSpaceIds(String[] spaceIds) { |
| | | this.spaceIds = spaceIds; |
| | | } |
| | | |
| | | public String getAppointmentTime() { |
| | | return appointmentTime; |
| | | } |
| | | |
| | | public void setAppointmentTime(String appointmentTime) { |
| | | this.appointmentTime = appointmentTime; |
| | | } |
| | | |
| | | public String getVenueId() { |
| | | return venueId; |
| | | } |
| | | |
| | | public void setVenueId(String venueId) { |
| | | this.venueId = venueId; |
| | | } |
| | | } |