소스 검색

[add]

檀家のクラス定義を作成
poohr 1 개월 전
부모
커밋
59c2af6c5f
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13
    0
      src/app/models/danka.ts

+ 13
- 0
src/app/models/danka.ts 파일 보기

@@ -0,0 +1,13 @@
1
+export interface Phone {
2
+  tel: string;
3
+  note: string;
4
+}
5
+
6
+export interface Danka {
7
+  id: string;
8
+  householdName: string;
9
+  householder: string;
10
+  postalCode: string;
11
+  address: string;
12
+  phones: Phone[];
13
+}

Loading…
취소
저장