ソースを参照

[add]

関係性のIDの型を追加
poohr 3週間前
コミット
800776fc24
1個のファイルの変更3行の追加0行の削除
  1. 3
    0
      src/app/models/family.ts

+ 3
- 0
src/app/models/family.ts ファイルの表示

@@ -7,5 +7,8 @@ export interface Family {
7 7
   relationship: string;
8 8
   birthDate: string;
9 9
   note: string;
10
+  fatherId: string;
11
+  motherId: string;
12
+  spouseId: string;
10 13
 }
11 14
 

読み込み中…
キャンセル
保存