Przeglądaj źródła

[add]

関係性のIDの型を追加
poohr 3 tygodni temu
rodzic
commit
800776fc24
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3
    0
      src/app/models/family.ts

+ 3
- 0
src/app/models/family.ts Wyświetl plik

@@ -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
 

Ładowanie…
Anuluj
Zapisz