master
Joe 2 years ago
parent 3ecd592507
commit 9a8e6a0c0c

Binary file not shown.

@ -38,7 +38,7 @@ public class Employee {
*
* @mbggenerated Wed May 03 18:26:57 CST 2023
*/
@Excel(name = "单位", orderNum = "2")
@Excel(name = "单位", orderNum = "5")
private String unit;
/**
@ -55,7 +55,7 @@ public class Employee {
*
* @mbggenerated Wed May 03 18:26:57 CST 2023
*/
@Excel(name = "现岗位", orderNum = "3")
@Excel(name = "现岗位", orderNum = "8")
private String post;
/**
@ -72,7 +72,7 @@ public class Employee {
*
* @mbggenerated Wed May 03 18:26:57 CST 2023
*/
@Excel(name = "班组", orderNum = "4")
@Excel(name = "班组", orderNum = "7")
private String groups;
/**
@ -89,7 +89,7 @@ public class Employee {
*
* @mbggenerated Wed May 03 18:26:57 CST 2023
*/
@Excel(name = "专业技术资格", orderNum = "5")
@Excel(name = "专业技术资格", orderNum = "9")
private String ptq;
/**
@ -106,7 +106,7 @@ public class Employee {
*
* @mbggenerated Wed May 03 18:26:57 CST 2023
*/
@Excel(name = "技能等级", orderNum = "6")
@Excel(name = "技能等级", orderNum = "10")
private String skillLevel;
/**
@ -123,7 +123,7 @@ public class Employee {
*
* @mbggenerated Wed May 03 18:26:57 CST 2023
*/
@Excel(name = "身份证号", orderNum = "7")
@Excel(name = "身份证号", orderNum = "11")
private String cardNo;
/**
@ -132,7 +132,7 @@ public class Employee {
*
* @mbggenerated Wed May 03 18:26:57 CST 2023
*/
@Excel(name = "手机号", orderNum = "8")
@Excel(name = "手机号", orderNum = "12")
private String mobile;
/**
@ -141,7 +141,7 @@ public class Employee {
*
* @mbggenerated Wed May 03 18:26:57 CST 2023
*/
@Excel(name = "最高学历", orderNum = "9")
@Excel(name = "最高学历", orderNum = "13")
private String highestEducation;
/**
@ -158,7 +158,7 @@ public class Employee {
*
* @mbggenerated Tue Jun 13 23:39:23 CST 2023
*/
@Excel(name = "部门", orderNum = "10")
@Excel(name = "部门", orderNum = "6")
private String department;
/**
@ -175,7 +175,7 @@ public class Employee {
*
* @mbggenerated Tue Jun 13 23:39:23 CST 2023
*/
@Excel(name = "年龄", orderNum = "11")
@Excel(name = "年龄", orderNum = "4")
private Integer age;
/**
@ -184,16 +184,17 @@ public class Employee {
*
* @mbggenerated Tue Jun 13 23:39:23 CST 2023
*/
@Excel(name = "性别", replace = { "男_1", "女_2" }, orderNum = "12")
@Excel(name = "性别", replace = { "男_1", "女_2" }, orderNum = "2")
private Integer sex;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column employee.photo
* This field corresponds to the database column employee.birthday
*
* @mbggenerated Tue Jun 13 23:39:23 CST 2023
*/
private String photo;
@Excel(name = "出生日期", orderNum = "3")
private String birthday;
/**
* This field was generated by MyBatis Generator.
@ -860,25 +861,25 @@ public class Employee {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column employee.photo
* This method returns the value of the database column employee.birthday
*
* @return the value of employee.photo
* @return the value of employee.birthday
*
* @mbggenerated Tue Jun 13 23:39:23 CST 2023
*/
public String getPhoto() {
return photo;
public String getBirthday() {
return birthday;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column employee.photo
* This method sets the value of the database column employee.birthday
*
* @param photo the value for employee.photo
* @param birthday the value for employee.birthday
*
* @mbggenerated Tue Jun 13 23:39:23 CST 2023
*/
public void setPhoto(String photo) {
this.photo = photo;
public void setBirthday(String birthday) {
this.birthday = birthday;
}
}
Loading…
Cancel
Save