Browse Source

[add]

関係性のIDの型を追加
poohr 3 weeks ago
parent
commit
800776fc24
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/app/models/family.ts

+ 3
- 0
src/app/models/family.ts View File

7
   relationship: string;
7
   relationship: string;
8
   birthDate: string;
8
   birthDate: string;
9
   note: string;
9
   note: string;
10
+  fatherId: string;
11
+  motherId: string;
12
+  spouseId: string;
10
 }
13
 }
11
 
14
 

Loading…
Cancel
Save