测试接单后链路
This commit is contained in:
@@ -92,6 +92,7 @@ export type HomeServiceApplicationDraftType = {
|
||||
applicantName: string
|
||||
elderName: string
|
||||
age: number
|
||||
gender: string
|
||||
phone: string
|
||||
address: string
|
||||
preferredTime: string
|
||||
|
||||
@@ -124,6 +124,8 @@ export type ServiceOrderType = {
|
||||
addressSnapshot: ServiceOrderAddressSnapshotType
|
||||
recipientName: string
|
||||
recipientPhone: string
|
||||
recipientAge: number
|
||||
recipientGender: string
|
||||
contactName: string
|
||||
contactPhone: string
|
||||
appointmentTime: string
|
||||
|
||||
Reference in New Issue
Block a user