招商经理
This commit is contained in:
@@ -27,7 +27,7 @@ public class StaffBaseInfoDTO {
|
||||
private String departmentName;
|
||||
|
||||
@ApiModelProperty("岗位Id")
|
||||
private String jobId;
|
||||
private Long jobId;
|
||||
|
||||
@ApiModelProperty("岗位名称")
|
||||
private String jobName;
|
||||
@@ -48,7 +48,7 @@ public class StaffBaseInfoDTO {
|
||||
private String emblemPhoto;
|
||||
|
||||
@ApiModelProperty("最高学历")
|
||||
private String highestDegree;
|
||||
private Integer highestDegree;
|
||||
|
||||
@ApiModelProperty("手机号(OA侧绑定的手机号)")
|
||||
private String phone;
|
||||
|
||||
Reference in New Issue
Block a user