|
|
|
@ -38,25 +38,31 @@ public class EducationResume {
|
|
|
|
|
*
|
|
|
|
|
* @mbggenerated Wed May 03 18:26:57 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
@Excel(name = "就业学历", orderNum = "5")
|
|
|
|
|
@Excel(name = "学历", orderNum = "2")
|
|
|
|
|
private String education;
|
|
|
|
|
|
|
|
|
|
@Excel(name = "是否就业学历", replace = { "是_1", "否_0" }, orderNum = "3")
|
|
|
|
|
private Integer isEducation;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
|
|
* This field corresponds to the database column education_resume.school
|
|
|
|
|
*
|
|
|
|
|
* @mbggenerated Wed May 03 18:26:57 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
@Excel(name = "最高学历学校", orderNum = "3")
|
|
|
|
|
@Excel(name = "学校", orderNum = "5")
|
|
|
|
|
private String school;
|
|
|
|
|
|
|
|
|
|
@Excel(name = "学位", orderNum = "4")
|
|
|
|
|
private String degree;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
|
|
* This field corresponds to the database column education_resume.speciality
|
|
|
|
|
*
|
|
|
|
|
* @mbggenerated Wed May 03 18:26:57 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
@Excel(name = "专业", orderNum = "4")
|
|
|
|
|
@Excel(name = "专业", orderNum = "6")
|
|
|
|
|
private String speciality;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -65,7 +71,6 @@ public class EducationResume {
|
|
|
|
|
*
|
|
|
|
|
* @mbggenerated Wed May 03 18:26:57 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
@Excel(name = "入学时间", orderNum = "8")
|
|
|
|
|
private String intake;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -74,7 +79,7 @@ public class EducationResume {
|
|
|
|
|
*
|
|
|
|
|
* @mbggenerated Wed May 03 18:26:57 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
@Excel(name = "毕业时间", orderNum = "9")
|
|
|
|
|
@Excel(name = "毕业时间", orderNum = "7")
|
|
|
|
|
private String graduationTime;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -83,7 +88,6 @@ public class EducationResume {
|
|
|
|
|
*
|
|
|
|
|
* @mbggenerated Tue Jun 13 23:39:23 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
@Excel(name = "最高学历", orderNum = "2")
|
|
|
|
|
private String highestEducation;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -92,7 +96,6 @@ public class EducationResume {
|
|
|
|
|
*
|
|
|
|
|
* @mbggenerated Tue Jun 13 23:39:23 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
@Excel(name = "本科学历学校", orderNum = "7")
|
|
|
|
|
private String undergraduateSchools;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -101,7 +104,6 @@ public class EducationResume {
|
|
|
|
|
*
|
|
|
|
|
* @mbggenerated Tue Jun 13 23:39:23 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
@Excel(name = "本科学历专业", orderNum = "6")
|
|
|
|
|
private String undergraduateMajor;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -528,4 +530,19 @@ public class EducationResume {
|
|
|
|
|
this.undergraduateMajor = undergraduateMajor;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Integer getIsEducation() {
|
|
|
|
|
return isEducation;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setIsEducation(Integer isEducation) {
|
|
|
|
|
this.isEducation = isEducation;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getDegree() {
|
|
|
|
|
return degree;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setDegree(String degree) {
|
|
|
|
|
this.degree = degree;
|
|
|
|
|
}
|
|
|
|
|
}
|