Procházet zdrojové kódy

[add]

family-serviceに仮データを追加
poohr před 3 týdny
rodič
revize
b6e4d3c313
1 změnil soubory, kde provedl 78 přidání a 0 odebrání
  1. 78
    0
      src/app/services/family-service.ts

+ 78
- 0
src/app/services/family-service.ts Zobrazit soubor

@@ -14,6 +14,9 @@ export class FamilyService {
14 14
       relationship: '母',
15 15
       birthDate: '1975-01-01',
16 16
       note: '次の世帯主',
17
+      fatherId: '5',
18
+      motherId: '6',
19
+      spouseId: '3',
17 20
     },
18 21
     {
19 22
       id: '2',
@@ -23,6 +26,81 @@ export class FamilyService {
23 26
       relationship: '長男',
24 27
       birthDate: '2005-12-31',
25 28
       note: '',
29
+      fatherId: '3',
30
+      motherId: '1',
31
+      spouseId: '7',
32
+    },
33
+    {
34
+      id: '3',
35
+      dankaId: '1',
36
+      furigana: 'すずき いちろう',
37
+      name: '鈴木 一郎',
38
+      relationship: '父',
39
+      birthDate: '1973-05-10',
40
+      note: '',
41
+      fatherId: '',
42
+      motherId: '',
43
+      spouseId: '1',
44
+    },
45
+    {
46
+      id: '4',
47
+      dankaId: '1',
48
+      furigana: 'すずき さくら',
49
+      name: '鈴木 さくら',
50
+      relationship: '長女',
51
+      birthDate: '2008-04-15',
52
+      note: '',
53
+      fatherId: '3',
54
+      motherId: '1',
55
+      spouseId: '',
56
+    },
57
+    {
58
+      id: '5',
59
+      dankaId: '1',
60
+      furigana: 'さとう まさお',
61
+      name: '佐藤 正男',
62
+      relationship: '母方の祖父',
63
+      birthDate: '1948-03-20',
64
+      note: '花子の父',
65
+      fatherId: '',
66
+      motherId: '',
67
+      spouseId: '6',
68
+    },
69
+    {
70
+      id: '6',
71
+      dankaId: '1',
72
+      furigana: 'さとう ひさこ',
73
+      name: '佐藤 久子',
74
+      relationship: '母方の祖母',
75
+      birthDate: '1950-09-08',
76
+      note: '花子の母',
77
+      fatherId: '',
78
+      motherId: '',
79
+      spouseId: '5',
80
+    },
81
+    {
82
+      id: '7',
83
+      dankaId: '1',
84
+      furigana: 'すずき みさき',
85
+      name: '鈴木 美咲',
86
+      relationship: '長男の妻',
87
+      birthDate: '2006-07-22',
88
+      note: '',
89
+      fatherId: '',
90
+      motherId: '',
91
+      spouseId: '2',
92
+    },
93
+    {
94
+      id: '8',
95
+      dankaId: '1',
96
+      furigana: 'すずき れん',
97
+      name: '鈴木 蓮',
98
+      relationship: '孫',
99
+      birthDate: '2026-02-01',
100
+      note: '太郎と美咲の子',
101
+      fatherId: '2',
102
+      motherId: '7',
103
+      spouseId: '',
26 104
     },
27 105
   ];
28 106
 

Loading…
Zrušit
Uložit