Kaynağa Gözat

[fix]

クラスの定義順を変更
poohr 4 hafta önce
ebeveyn
işleme
2896dfd09c
1 değiştirilmiş dosya ile 6 ekleme ve 5 silme
  1. 6
    5
      src/app/models/danka.ts

+ 6
- 5
src/app/models/danka.ts Dosyayı Görüntüle

@@ -1,8 +1,4 @@
1
-export interface Phone {
2
-  tel: string;
3
-  note: string;
4
-}
5
-
1
+//檀家の定義
6 2
 export interface Danka {
7 3
   id: string;
8 4
   householdName: string;
@@ -11,3 +7,8 @@ export interface Danka {
11 7
   address: string;
12 8
   phones: Phone[];
13 9
 }
10
+
11
+export interface Phone {
12
+  tel: string;
13
+  note: string;
14
+}

Loading…
İptal
Kaydet