保誠-保戶業務員媒合平台
Jack
2021-12-22 6c645d811f0c81eca814d56fa651e9088ce6fc13
pamapi/src/main/java/com/pollex/pam/domain/AppointmentCustomerView.java
@@ -72,6 +72,12 @@
    @Column(name = "consultant_read_time")
    private Instant consultantReadTime;
    @Column(name = "contact_time")
    private Instant contactTime;
    @Column(name = "last_modified_date")
    private Instant lastModifiedDate;
    @Column(name = "name")
    private String name;
@@ -207,6 +213,14 @@
        this.consultantReadTime = consultantReadTime;
    }
    public Instant getLastModifiedDate() {
        return lastModifiedDate;
    }
    public void setLastModifiedDate(Instant lastModifiedDate) {
        this.lastModifiedDate = lastModifiedDate;
    }
    public String getName() {
      return name;
   }
@@ -215,6 +229,13 @@
      this.name = name;
   }
    public Instant getContactTime() {
        return contactTime;
    }
    public void setContactTime(Instant markCommunicateTime) {
        this.contactTime = markCommunicateTime;
    }
    public AppointmentStatusEnum getStatus() {
        return status;
    }