Procházet zdrojové kódy

[add]

家族のクラスを定義
poohr před 4 týdny
rodič
revize
5238de3c7a
1 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. 10
    0
      src/app/models/family.ts

+ 10
- 0
src/app/models/family.ts Zobrazit soubor

@@ -0,0 +1,10 @@
1
+//家族の定義
2
+export interface Family {
3
+  id: string;
4
+  dankaId: string;
5
+  name: string;
6
+  relationship: string;
7
+  birthDate: string;
8
+  note: string;
9
+}
10
+

Loading…
Zrušit
Uložit