Explorar el Código

[add]

年次法要用の型定義
poohr hace 3 semanas
padre
commit
0d02f5fac9
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10
    0
      src/app/models/memorial.ts

+ 10
- 0
src/app/models/memorial.ts Ver fichero

@@ -0,0 +1,10 @@
1
+export interface Memorial {
2
+  id: string;
3
+  dankaId: string;
4
+  name: string;
5
+  kaimyo: string;
6
+  relationship: string;
7
+  householdName: string;
8
+  deathDate: string;
9
+  memorialType: string;
10
+}

Loading…
Cancelar
Guardar