| | |
| | | gender:string, |
| | | age:string, |
| | | job:string, |
| | | requirement:string, |
| | | hopeContactTime:string[], |
| | | otherRequirement:string, |
| | | requirement : string[], |
| | | hopeContactTime: ContactTime[], |
| | | agentNo:string, |
| | | } |
| | | export interface ContactTime { |
| | | selectWeekOptions : string[], |
| | | selectTimesOptions: string[] |
| | | } |
| | | export interface AppointmentParams { |
| | | phone?: string, |
| | | email?: string, |
| | | phone : string, |
| | | email : string, |
| | | contactType: string, |
| | | gender?: string, |
| | | age?: string, |
| | | job?: string, |
| | | gender : string, |
| | | age : string, |
| | | job : string, |
| | | requirement: string, |
| | | hopeContactTime?: string, |
| | | hopeContactTime: string, |
| | | agentNo: string |
| | | } |
| | | export interface StrictQueryParams{ |