This commit is contained in:
parent
5173564f78
commit
6413c0bddc
|
@ -70,12 +70,18 @@ public class Personnel extends BaseEntity {
|
|||
@ApiModelProperty(value = "录用方式")
|
||||
private String hireType;
|
||||
|
||||
@ApiModelProperty(value = "执业资格证书")
|
||||
@ApiModelProperty(value = "执业资格")
|
||||
private String qualification;
|
||||
|
||||
@ApiModelProperty(value = "专业技术职称")
|
||||
@ApiModelProperty("执业资格(补充)")
|
||||
private String qualificationType;
|
||||
|
||||
@ApiModelProperty("专业技术职称")
|
||||
private String jobTitle;
|
||||
|
||||
@ApiModelProperty("专业技术职称(补充)")
|
||||
private String jobTitleType;
|
||||
|
||||
@ApiModelProperty(value = "所在部门")
|
||||
private String presentDept;
|
||||
|
||||
|
|
|
@ -69,10 +69,18 @@ public class PersonnelExportVO {
|
|||
private String qualification;
|
||||
|
||||
|
||||
@ExcelProperty("执业资格(补充)")
|
||||
private String qualificationType;
|
||||
|
||||
|
||||
@ExcelProperty("专业技术职称")
|
||||
private String jobTitle;
|
||||
|
||||
|
||||
@ExcelProperty("专业技术职称(补充)")
|
||||
private String jobTitleType;
|
||||
|
||||
|
||||
@ExcelProperty("所在部门")
|
||||
private String presentDept;
|
||||
|
||||
|
|
|
@ -75,14 +75,22 @@ public class PersonnelFailMsgVO {
|
|||
private String hireType;
|
||||
|
||||
|
||||
@ExcelProperty("执业资格证书")
|
||||
@ExcelProperty("执业资格")
|
||||
private String qualification;
|
||||
|
||||
|
||||
@ExcelProperty("执业资格(补充)")
|
||||
private String qualificationType;
|
||||
|
||||
|
||||
@ExcelProperty("专业技术职称")
|
||||
private String jobTitle;
|
||||
|
||||
|
||||
@ExcelProperty("专业技术职称(补充)")
|
||||
private String jobTitleType;
|
||||
|
||||
|
||||
@ExcelProperty("所在部门")
|
||||
private String presentDept;
|
||||
|
||||
|
|
Loading…
Reference in New Issue