保誠-保戶業務員媒合平台
Jack
2022-01-14 98471b0ef1a5751c8acea4354c93c63a1e95d42c
pamapi/src/main/java/com/pollex/pam/service/dto/AppointmentCustomerViewDTO.java
@@ -4,6 +4,7 @@
import java.util.List;
import com.pollex.pam.domain.AppointmentMemo;
import com.pollex.pam.domain.AppointmentNoticeLog;
import com.pollex.pam.domain.InterviewRecord;
import com.pollex.pam.enums.ContactStatusEnum;
@@ -31,6 +32,7 @@
    private Float satisfactionScore;
    private List<AppointmentMemo> appointmentMemoList;
    private List<InterviewRecordDTO> interviewRecordDTOs;
    private List<AppointmentNoticeLog> appointmentNoticeLogs;
   public Long getId() {
      return id;
@@ -164,6 +166,12 @@
   public void setInterviewRecordDTOs(List<InterviewRecordDTO> interviewRecordDTOs) {
      this.interviewRecordDTOs = interviewRecordDTOs;
   }
   public List<AppointmentNoticeLog> getAppointmentNoticeLogs() {
      return appointmentNoticeLogs;
   }
   public void setAppointmentNoticeLogs(List<AppointmentNoticeLog> appointmentNoticeLogs) {
      this.appointmentNoticeLogs = appointmentNoticeLogs;
   }
    
    
}