Explorar el Código

[update]

家族の型に性別を追加
poohr hace 3 semanas
padre
commit
8de47bc716
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/app/models/family.ts

+ 1
- 1
src/app/models/family.ts Ver fichero

@@ -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…
Cancelar
Guardar