|
|
|
@ -100,15 +100,19 @@ public class UserInfoImportModel {
|
|
|
|
|
private String infoBornDate;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "部门", access = "部门")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String infoDepartmentNameRdds;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "主部门", access = "主部门")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String infoDepartmentNameRdd;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "岗位", access = "岗位")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String positionNameRdds;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "主岗位", access = "主岗位")
|
|
|
|
|
@AnnoOutputColumn
|
|
|
|
|
private String positionNameRdd;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "家庭地址")
|
|
|
|
|