保誠-保戶業務員媒合平台
Jack
2021-12-03 0e73f60f5e9acede5438b0c38332183916f9d552
pamapi/src/main/java/com/pollex/pam/service/dto/CustomerFavoriteConsultantDTO.java
@@ -21,9 +21,6 @@
    private Instant updateTime;
    private String role;
    private String seniority;
    private Long latestAppointmentId;
    private Instant latestAppointmentDate;
    private Float latestAppointmentScore;
    private List<AppointmentCustomerViewDTO> appointments;
    public boolean isNewConsultant() {
@@ -66,14 +63,6 @@
        this.expertise = expertise;
    }
    public Float getLatestAppointmentScore() {
        return latestAppointmentScore;
    }
    public void setLatestAppointmentScore(Float latestAppointmentScore) {
        this.latestAppointmentScore = latestAppointmentScore;
    }
    public Float getAvgScore() {
        return avgScore;
    }
@@ -88,14 +77,6 @@
    public void setContactStatus(ContactStatusEnum contactStatus) {
        this.contactStatus = contactStatus;
    }
    public Instant getLatestAppointmentDate() {
        return latestAppointmentDate;
    }
    public void setLatestAppointmentDate(Instant latestAppointmentDate) {
        this.latestAppointmentDate = latestAppointmentDate;
    }
    public Instant getCreateTime() {
@@ -132,14 +113,6 @@
    public void setNewConsultant(boolean newConsultant) {
        this.newConsultant = newConsultant;
    }
    public Long getLatestAppointmentId() {
        return latestAppointmentId;
    }
    public void setLatestAppointmentId(Long latestAppointmentId) {
        this.latestAppointmentId = latestAppointmentId;
    }
    public List<AppointmentCustomerViewDTO> getAppointments() {