From ac235850a9287dae6977c964213176fa7c86b140 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期四, 09 十二月 2021 14:42:20 +0800 Subject: [PATCH] Merge branch 'refactor/separate-vue' of ssh://192.168.0.10:29418/pcalife/PAM into refactor/separate-vue --- PAMapp/assets/ts/models/consultant.model.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/assets/ts/models/consultant.model.ts b/PAMapp/assets/ts/models/consultant.model.ts index c9326b7..1a4c75f 100644 --- a/PAMapp/assets/ts/models/consultant.model.ts +++ b/PAMapp/assets/ts/models/consultant.model.ts @@ -1,4 +1,4 @@ -export interface Consultants { +export interface Consultant { agentNo : string; name : string; img : string; -- Gitblit v1.8.0