PAMapp/assets/ts/models/consultant.model.ts @@ -19,5 +19,6 @@ appointmentId : number; appointmentDate : string; appointmentScore?: number; appointmentStatus: string; }