소스 검색

[add]

関係性のIDの型を追加
poohr 3 주 전
부모
커밋
800776fc24
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/app/models/family.ts

+ 3
- 0
src/app/models/family.ts 파일 보기

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

Loading…
취소
저장