保誠-保戶業務員媒合平台
Jack
2022-01-19 bf5a163bd84dfabb4fab275f6cbd27e5b0747e74
pamapi/src/main/java/com/pollex/pam/service/dto/AppointmentCustomerViewDTO.java
@@ -3,6 +3,7 @@
import java.time.Instant;
import java.util.List;
import com.pollex.pam.domain.AppointmentClosedInfo;
import com.pollex.pam.domain.AppointmentMemo;
import com.pollex.pam.domain.AppointmentNoticeLog;
import com.pollex.pam.domain.InterviewRecord;
@@ -33,6 +34,7 @@
    private List<AppointmentMemo> appointmentMemoList;
    private List<InterviewRecordDTO> interviewRecordDTOs;
    private List<AppointmentNoticeLog> appointmentNoticeLogs;
    private AppointmentClosedInfo appointmentClosedInfo;
   public Long getId() {
      return id;
@@ -172,6 +174,14 @@
   public void setAppointmentNoticeLogs(List<AppointmentNoticeLog> appointmentNoticeLogs) {
      this.appointmentNoticeLogs = appointmentNoticeLogs;
   }
   public AppointmentClosedInfo getAppointmentClosedInfo() {
      return appointmentClosedInfo;
   }
   public void setAppointmentClosedInfo(AppointmentClosedInfo appointmentClosedInfo) {
      this.appointmentClosedInfo = appointmentClosedInfo;
   }
    
    
}