招商经理

This commit is contained in:
苏竹红
2024-06-19 16:36:38 +08:00
parent b756112031
commit 62262a0a97
4 changed files with 8 additions and 8 deletions

View File

@@ -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;