From 0e73f60f5e9acede5438b0c38332183916f9d552 Mon Sep 17 00:00:00 2001 From: Jack <jack.su@pollex.com.tw> Date: 星期五, 03 十二月 2021 16:54:57 +0800 Subject: [PATCH] Merge branch 'master' of ssh://192.168.0.10:29418/pcalife/PAM --- pamapi/src/main/java/com/pollex/pam/service/dto/AppointmentCustomerViewDTO.java | 8 ++++++++ 1 files changed, 8 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 7aae35a..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 @@ -25,6 +25,8 @@ private Instant consultantViewTime; private Instant consultantReadTime; private Instant contactTime; + private Float satisfactionScore; + public Long getId() { return id; } @@ -139,4 +141,10 @@ 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