he2802 1 год назад
Родитель
Сommit
7a87b3a9fc

+ 3 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/grade/vo/DangAnExamItemExportVo.java

@@ -37,10 +37,13 @@ public class DangAnExamItemExportVo {
 	private String categoryName;
 
 
+	@Excel(name = "模块卷")
 	@ApiModelProperty("模块卷")
 	private String moduleExamName;
+	@Excel(name = "章卷")
 	@ApiModelProperty("章卷")
 	private String chapterExamName;
+	@Excel(name = "试卷")
 	@ApiModelProperty("试卷")
 	private String examName;
 	@Excel(name = "练习时间")