保誠-保戶業務員媒合平台
Mila
2022-01-04 7ac38a02fcda3af1fbf26fa96b67c72ca104c8f3
PAMapp/shared/models/appointment.model.ts
@@ -93,3 +93,15 @@
selectWeekOptions : string[],
selectTimesOptions: string[]
}
export interface createdMemoInfo {
  content: string,
  appointmentId: number
}
export interface updatedMemoInfo {
  content: string,
  /** memo id */
  id: number
}