保誠-保戶業務員媒合平台
Mila
2021-12-16 114a0d8e4d0bf9017e8b3e3b19065e2ce5ac9e80
PAMapp/assets/ts/api/consultant.ts
@@ -155,19 +155,19 @@
}
export interface UserReviewsConsultantsParams{
    appointmentId:number,
    score:number,
    appointmentId: number,
    score        : number,
}
export interface editAppointmentParams {
    id: number,
    phone: string,
    email: string,
    contactType: string,
    gender: string,
    age: string,
    job: string,
    requirement: string,
    hopeContactTime: string,
    id              : number,
    phone           : string,
    email           : string,
    contactType     : string,
    gender          : string,
    age             : string,
    job             : string,
    requirement     : string,
    hopeContactTime : string,
    otherRequirement: null
}