保誠-保戶業務員媒合平台
Mila
2022-01-04 5e5dd294d6f7b90940ca9e117c4254ab413b4ad8
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
}