|
@@ -33,6 +33,10 @@ public class studentPassedExportRespVO {
|
|
|
@ExcelProperty("学生年级")
|
|
|
private String grade;
|
|
|
|
|
|
+ @Schema(description = "专业")
|
|
|
+ @ExcelProperty("专业")
|
|
|
+ private String major;
|
|
|
+
|
|
|
@Schema(description = "学生姓名")
|
|
|
@ExcelProperty("学生姓名")
|
|
|
private String nickname;
|
|
@@ -43,11 +47,11 @@ public class studentPassedExportRespVO {
|
|
|
|
|
|
@Schema(description = "导师姓名")
|
|
|
@ExcelProperty("导师姓名")
|
|
|
- private String supervisor;
|
|
|
+ private String selectSupervisor;
|
|
|
|
|
|
-// @Schema(description = "导师类型")
|
|
|
-// @ExcelProperty("导师类型")
|
|
|
-// private String supervisorType;
|
|
|
+ @Schema(description = "导师类型")
|
|
|
+ @ExcelProperty("导师类型")
|
|
|
+ private String supervisorType;
|
|
|
|
|
|
// @Schema(description = "学生签字日期")
|
|
|
// private LocalDate studentSignDate;
|