@@ -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 = "练习时间")