Sfoglia il codice sorgente

[update]

家族の型に性別を追加
poohr 3 settimane fa
parent
commit
8de47bc716
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/app/models/family.ts

+ 1
- 1
src/app/models/family.ts Vedi File

@@ -10,5 +10,5 @@ export interface Family {
10 10
   fatherId: string;
11 11
   motherId: string;
12 12
   spouseId: string;
13
+  gender: string;
13 14
 }
14
-

Loading…
Annulla
Salva