From 210abe8695707b725f093eea2f95cfc49980c59f Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期五, 03 十二月 2021 16:16:43 +0800
Subject: [PATCH] [update] 預約單dto加上預約單對應的滿意度分數

---
 pamapi/src/doc/顧問API/客戶的顧問清單.txt |   19 ++++---------------
 1 files changed, 4 insertions(+), 15 deletions(-)

diff --git "a/pamapi/src/doc/\351\241\247\345\225\217API/\345\256\242\346\210\266\347\232\204\351\241\247\345\225\217\346\270\205\345\226\256.txt" "b/pamapi/src/doc/\351\241\247\345\225\217API/\345\256\242\346\210\266\347\232\204\351\241\247\345\225\217\346\270\205\345\226\256.txt"
index fbe3e9d..a86c689 100644
--- "a/pamapi/src/doc/\351\241\247\345\225\217API/\345\256\242\346\210\266\347\232\204\351\241\247\345\225\217\346\270\205\345\226\256.txt"
+++ "b/pamapi/src/doc/\351\241\247\345\225\217API/\345\256\242\346\210\266\347\232\204\351\241\247\345\225\217\346\270\205\345\226\256.txt"
@@ -20,9 +20,6 @@
         "updateTime": "2021-12-02T10:56:32.741Z",   // ��餈�����
         "role": "憡��蝬�鈭�",
         "seniority": "22 撟� 8 ���",
-        "latestAppointmentId": 130,                 // ��敺�蝑��ID
-        "latestAppointmentDate": "2021-12-02T10:56:32.741Z",    // ��敺�蝑��������
-        "latestAppointmentScore": null,                 // ��敺�蝑����� (null�撠閰��)
         "appointments": [       // 摰X撌脤���“���
             {
                 "id": 130,
@@ -42,7 +39,8 @@
                 "customerId": 76,
                 "name": "��蝬�",
                 "consultantViewTime": null,
-                "consultantReadTime": null
+                "consultantReadTime": null,
+                "satisfactionScore":30 // null 隞�銵刻府蝑��撠憛怠神皛踵�漲
             }
         ],
         "new": true
@@ -65,9 +63,6 @@
         "updateTime": "2021-12-02T10:56:56.946Z",
         "role": "����蝬�鈭�",
         "seniority": "30 撟� 8 ���",
-        "latestAppointmentId": 131,
-        "latestAppointmentDate": "2021-12-02T10:56:56.946Z",
-        "latestAppointmentScore": null,
         "appointments": [
             {
                 "id": 131,
@@ -87,7 +82,8 @@
                 "customerId": 76,
                 "name": "��蝬�",
                 "consultantViewTime": null,
-                "consultantReadTime": null
+                "consultantReadTime": null,
+                "satisfactionScore":30 // null 隞�銵刻府蝑��撠憛怠神皛踵�漲
             }
         ],
         "new": true
@@ -110,9 +106,6 @@
         "updateTime": null,
         "role": "����蝬�鈭�",
         "seniority": "38 撟� ",
-        "latestAppointmentId": null,
-        "latestAppointmentDate": null,
-        "latestAppointmentScore": null,
         "appointments": [],
         "new": true
     },
@@ -133,10 +126,6 @@
         "createTime": "2021-12-02T10:56:04.620Z",
         "updateTime": null,
         "role": "��陸靽蝬�鈭�",
-        "seniority": "17 撟� 1 ���",
-        "latestAppointmentId": null,
-        "latestAppointmentDate": null,
-        "latestAppointmentScore": null,                 // ��敺�蝑����� (null�撠閰��)
         "appointments": [],
         "new": true
     }

--
Gitblit v1.8.0