From 9f843e9978cc4bff79e515a6ab929154d904fa46 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期五, 14 一月 2022 13:06:40 +0800 Subject: [PATCH] Merge branch 'Phase3' of https://dev.pollex.com.tw:8443/r/pcalife/PAM into Phase3 --- pamapi/src/main/java/com/pollex/pam/web/rest/NoticeResource.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pamapi/src/main/java/com/pollex/pam/web/rest/NoticeResource.java b/pamapi/src/main/java/com/pollex/pam/web/rest/NoticeResource.java index 0a02874..f1bde12 100644 --- a/pamapi/src/main/java/com/pollex/pam/web/rest/NoticeResource.java +++ b/pamapi/src/main/java/com/pollex/pam/web/rest/NoticeResource.java @@ -8,6 +8,7 @@ import org.springframework.web.bind.annotation.RestController; import com.pollex.pam.domain.Appointment; +import com.pollex.pam.domain.AppointmentNoticeLog; import com.pollex.pam.security.SecurityUtils; import com.pollex.pam.service.AppointmentService; import com.pollex.pam.service.NoticeService; -- Gitblit v1.8.0