浏览代码

教育培训任务 导出字段名字调整

zhulu 2 年之前
父节点
当前提交
b8edaaa618

+ 2 - 2
soc-common/soc-common-core/src/main/java/com/xunmei/common/core/domain/edu/vo/CoreEduTrainingTaskExportVo.java

@@ -19,8 +19,8 @@ public class CoreEduTrainingTaskExportVo {
     @ApiModelProperty(value = "序号")
     private int index;
 
-    @ExcelProperty(value = "培训主题", index = 1)
-    @ApiModelProperty(value = "培训主题")
+    @ExcelProperty(value = "任务名称", index = 1)
+    @ApiModelProperty(value = "任务名称")
     private String title;