保誠-保戶業務員媒合平台
Jack
2021-12-03 dd33317a77f862c17b943bd3374c5344e1e77002
pamapi/src/main/java/com/pollex/pam/service/dto/AppointmentCustomerViewDTO.java
@@ -2,10 +2,6 @@
import java.time.Instant;
import javax.persistence.Column;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import com.pollex.pam.enums.ContactStatusEnum;
public class AppointmentCustomerViewDTO {
@@ -22,6 +18,7 @@
    private String hopeContactTime;
    private String otherRequirement;
    private Instant appointmentDate;
    private Instant lastModifiedDate;
    private String agentNo;
    private Long customerId;
    private String name;
@@ -100,7 +97,13 @@
   public void setAppointmentDate(Instant appointmentDate) {
      this.appointmentDate = appointmentDate;
   }
   public String getAgentNo() {
    public Instant getLastModifiedDate() {
        return lastModifiedDate;
    }
    public void setLastModifiedDate(Instant lastModifiedDate) {
        this.lastModifiedDate = lastModifiedDate;
    }
    public String getAgentNo() {
      return agentNo;
   }
   public void setAgentNo(String agentNo) {