| | |
| | | import com.pollex.pam.enums.GenderEnum; |
| | | |
| | | public class ConsultantEditDTO { |
| | | |
| | | |
| | | // private Long id; |
| | | private String name; |
| | | private List<String> expertise; |
| | |
| | | private String serveArea; |
| | | private GenderEnum gender; |
| | | private String phoneNumber; |
| | | private String email; |
| | | private String companyAddress; |
| | | private Long seniorityYear; |
| | | private Long seniorityMonth; |
| | |
| | | private String photoBase64; |
| | | private String photoFileName; |
| | | private String agentNo; |
| | | |
| | | |
| | | // public Long getId() { |
| | | // return id; |
| | | // } |
| | |
| | | public void setPhoneNumber(String phoneNumber) { |
| | | this.phoneNumber = phoneNumber; |
| | | } |
| | | public String getCompanyAddress() { |
| | | |
| | | public String getEmail() { |
| | | return email; |
| | | } |
| | | |
| | | public void setEmail(String email) { |
| | | this.email = email; |
| | | } |
| | | |
| | | public void setPhotoFileName(String photoFileName) { |
| | | this.photoFileName = photoFileName; |
| | | } |
| | | |
| | | public String getCompanyAddress() { |
| | | return companyAddress; |
| | | } |
| | | public void setCompanyAddress(String companyAddress) { |
| | |
| | | public void setAgentNo(String agentNo) { |
| | | this.agentNo = agentNo; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |