|  | @@ -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;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 |