Pārlūkot izejas kodu

[fix]

クラスの定義順を変更
poohr 4 nedēļas atpakaļ
vecāks
revīzija
2896dfd09c
1 mainītis faili ar 6 papildinājumiem un 5 dzēšanām
  1. 6
    5
      src/app/models/danka.ts

+ 6
- 5
src/app/models/danka.ts Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt