From 7eb57571830d0677857cea565b09c4f38d286b8d Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期三, 29 十二月 2021 10:31:36 +0800
Subject: [PATCH] [update] 調整預約單通知的簡訊與email文案,並重購SendMsgService

---
 pamapi/src/main/java/com/pollex/pam/service/dto/AppointmentCustomerViewDTO.java |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/pamapi/src/main/java/com/pollex/pam/service/dto/AppointmentCustomerViewDTO.java b/pamapi/src/main/java/com/pollex/pam/service/dto/AppointmentCustomerViewDTO.java
index 22e764f..5605843 100644
--- a/pamapi/src/main/java/com/pollex/pam/service/dto/AppointmentCustomerViewDTO.java
+++ b/pamapi/src/main/java/com/pollex/pam/service/dto/AppointmentCustomerViewDTO.java
@@ -24,6 +24,9 @@
     private String name;
     private Instant consultantViewTime;
     private Instant consultantReadTime;
+    private Instant contactTime;
+    private Float satisfactionScore;
+
 	public Long getId() {
 		return id;
 	}
@@ -132,4 +135,16 @@
     public void setConsultantReadTime(Instant consultantReadTime) {
         this.consultantReadTime = consultantReadTime;
     }
+    public Instant getContactTime() {
+        return contactTime;
+    }
+    public void setContactTime(Instant contactTime) {
+        this.contactTime = contactTime;
+    }
+    public Float getSatisfactionScore() {
+        return satisfactionScore;
+    }
+    public void setSatisfactionScore(Float satisfactionScore) {
+        this.satisfactionScore = satisfactionScore;
+    }
 }

--
Gitblit v1.8.0