保誠-保戶業務員媒合平台
wayne
2022-02-17 a3716f72066d25d745f4d5103ff23a553c3e102b
pamapi/src/main/java/com/pollex/pam/service/dto/SatisfactionDTO.java
@@ -3,6 +3,7 @@
import java.time.Instant;
import com.pollex.pam.enums.SatisfactionStatusEnum;
import com.pollex.pam.enums.SatisfactionTypeEnum;
public class SatisfactionDTO {
@@ -16,7 +17,8 @@
    private Long appointmentId;
    private String customerName;
    private String agentName;
    private SatisfactionTypeEnum type;
   public Long getId() {
      return id;
   }
@@ -77,6 +79,10 @@
   public void setAgentName(String agentName) {
      this.agentName = agentName;
   }
    public SatisfactionTypeEnum getType() {
        return type;
    }
    public void setType(SatisfactionTypeEnum type) {
        this.type = type;
    }
}