From e0395e332ec0d7a0ee42f611327435c0f3724c00 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期五, 03 十二月 2021 11:36:13 +0800
Subject: [PATCH] Merge branch '顧問聯繫時間'

---
 pamapi/src/main/java/com/pollex/pam/domain/AppointmentCustomerView.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/pamapi/src/main/java/com/pollex/pam/domain/AppointmentCustomerView.java b/pamapi/src/main/java/com/pollex/pam/domain/AppointmentCustomerView.java
index edee8a4..5966459 100644
--- a/pamapi/src/main/java/com/pollex/pam/domain/AppointmentCustomerView.java
+++ b/pamapi/src/main/java/com/pollex/pam/domain/AppointmentCustomerView.java
@@ -72,6 +72,9 @@
     @Column(name = "consultant_read_time")
     private Instant consultantReadTime;
 
+    @Column(name = "contact_time")
+    private Instant contactTime;
+
     @Column(name = "last_modified_date")
     private Instant lastModifiedDate;
 
@@ -226,6 +229,13 @@
 		this.name = name;
 	}
 
+    public Instant getContactTime() {
+        return contactTime;
+    }
+
+    public void setContactTime(Instant markCommunicateTime) {
+        this.contactTime = markCommunicateTime;
+    }
     public AppointmentStatusEnum getStatus() {
         return status;
     }

--
Gitblit v1.8.0