|
|
@ -33,6 +33,15 @@ public class GetAppointmentRecordVO { |
|
|
|
private String scenicId; |
|
|
|
private String scenicId; |
|
|
|
//预约类型
|
|
|
|
//预约类型
|
|
|
|
private String appointmentTypeId; |
|
|
|
private String appointmentTypeId; |
|
|
|
|
|
|
|
private String visitTypes; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getVisitTypes() { |
|
|
|
|
|
|
|
return visitTypes; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setVisitTypes(String visitTypes) { |
|
|
|
|
|
|
|
this.visitTypes = visitTypes; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getAppointmentTypeId() { |
|
|
|
public String getAppointmentTypeId() { |
|
|
|
return appointmentTypeId; |
|
|
|
return appointmentTypeId; |
|
|
|