瀏覽代碼

[fix]

クラスの定義順を変更
poohr 4 週之前
父節點
當前提交
2896dfd09c
共有 1 個檔案被更改,包括 6 行新增5 行删除
  1. 6
    5
      src/app/models/danka.ts

+ 6
- 5
src/app/models/danka.ts 查看文件

@@ -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…
取消
儲存