保誠-保戶業務員媒合平台
wayne
2021-12-21 236404ece951840dd3d6535d004da493d2d04af0
pamapi/src/main/java/com/pollex/pam/service/dto/ConsultantDetailDTO.java
@@ -1,9 +1,5 @@
package com.pollex.pam.service.dto;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.time.Instant;
import java.util.List;
@@ -12,7 +8,7 @@
    private String name;
    private String agentNo;
    private String role;
    private String image;
    private String img;
    private Float avgScore;
    private String title;
    private String phoneNumber;
@@ -22,7 +18,7 @@
    private String seniority;
    private Number suitability;
    private Number evaluation;
    private List<String> expertises;
    private List<String> expertise;
    private String concept;
    private List<String> experiences;
    private String awards;
@@ -51,12 +47,12 @@
        this.role = role;
    }
    public String getImage() {
        return image;
    public String getImg() {
        return img;
    }
    public void setImage(String image) {
        this.image = image;
    public void setImg(String img) {
        this.img = img;
    }
    public Float getAvgScore() {
@@ -131,12 +127,12 @@
        this.evaluation = evaluation;
    }
    public List<String> getExpertises() {
        return expertises;
    public List<String> getExpertise() {
        return expertise;
    }
    public void setExpertises(List<String> expertises) {
        this.expertises = expertises;
    public void setExpertise(List<String> expertise) {
        this.expertise = expertise;
    }
    public String getConcept() {