|
@@ -14,6 +14,11 @@ public class UserJobCVRelExcelVo {
|
|
|
@ExcelProperty("姓名")
|
|
|
private String studentName;
|
|
|
|
|
|
+
|
|
|
+ @ExcelProperty("学生班级")
|
|
|
+ private String studentClasse;
|
|
|
+
|
|
|
+
|
|
|
@ExcelProperty("投递企业")
|
|
|
private String deliverEnterpriseName;
|
|
|
|
|
@@ -23,11 +28,15 @@ public class UserJobCVRelExcelVo {
|
|
|
@ExcelProperty("投递职位")
|
|
|
private String deliverJob;
|
|
|
|
|
|
-
|
|
|
@ExcelProperty("面试状态")
|
|
|
private String interviewStatus;
|
|
|
|
|
|
|
|
|
+ @ExcelProperty("学生上报入职")
|
|
|
+ private String studentReportEntry;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
public String getSchoolName() {
|
|
|
return schoolName;
|
|
|
}
|
|
@@ -83,4 +92,20 @@ public class UserJobCVRelExcelVo {
|
|
|
public void setInterviewStatus(String interviewStatus) {
|
|
|
this.interviewStatus = interviewStatus;
|
|
|
}
|
|
|
+
|
|
|
+ public String getStudentReportEntry() {
|
|
|
+ return studentReportEntry;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStudentReportEntry(String studentReportEntry) {
|
|
|
+ this.studentReportEntry = studentReportEntry;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getStudentClasse() {
|
|
|
+ return studentClasse;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStudentClasse(String studentClasse) {
|
|
|
+ this.studentClasse = studentClasse;
|
|
|
+ }
|
|
|
}
|