|
|
@ -47,6 +47,11 @@ public class AllMattersResultDTO implements Serializable { |
|
|
|
@JsonIgnore |
|
|
|
private String endTime; |
|
|
|
|
|
|
|
/** |
|
|
|
* 预约类型,每天:everyDay,工作日:workDay,周末:weekend |
|
|
|
*/ |
|
|
|
private String appointmentType; |
|
|
|
|
|
|
|
public AllMattersResultDTO() { |
|
|
|
this.matterName = ""; |
|
|
|
this.allowTime = ""; |
|
|
@ -55,5 +60,6 @@ public class AllMattersResultDTO implements Serializable { |
|
|
|
this.address = ""; |
|
|
|
this.workPhone = ""; |
|
|
|
this.centerName = ""; |
|
|
|
this.appointmentType=""; |
|
|
|
} |
|
|
|
} |
|
|
|