From 078cdb2b41d1dec47e2d981c2d2e618d12beddb4 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期四, 26 十二月 2024 09:43:23 +0800
Subject: [PATCH] feat(顧問登入): 串接 otp 發送/驗證 api

---
 PAMapp/shared/models/strict-query.model.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/PAMapp/shared/models/strict-query.model.ts b/PAMapp/shared/models/strict-query.model.ts
index 45a5f31..a0e4738 100644
--- a/PAMapp/shared/models/strict-query.model.ts
+++ b/PAMapp/shared/models/strict-query.model.ts
@@ -16,9 +16,12 @@
   name         : string;
   img          : string;
   expertise    : string[];
+  suitability  : number;
   avgScore     : number;
   contactStatus: null;
   updateTime   : null;
   seniority    : string;
+  role         : string;
   new          : boolean;
+  latestAppointmentId :null
 }

--
Gitblit v1.8.0