ソースを参照

[update]

家族の型に性別を追加
poohr 3週間前
コミット
8de47bc716
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/app/models/family.ts

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

10
   fatherId: string;
10
   fatherId: string;
11
   motherId: string;
11
   motherId: string;
12
   spouseId: string;
12
   spouseId: string;
13
+  gender: string;
13
 }
14
 }
14
-

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