|
@@ -22,10 +22,11 @@ public class BaseClassCourseExportListVo {
|
|
|
*/
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
@ApiModelProperty("班级id(base_class)")
|
|
|
+ @ExcelProperty("班级")
|
|
|
private String classIdCn;
|
|
|
|
|
|
@ApiModelProperty("课程id")
|
|
|
- @ExcelProperty("课程id")
|
|
|
+ @ExcelProperty("课程")
|
|
|
private String courseIdCn;
|
|
|
|
|
|
/**
|
|
@@ -33,6 +34,7 @@ public class BaseClassCourseExportListVo {
|
|
|
*/
|
|
|
@ContentStyle(dataFormat = 49)
|
|
|
@ApiModelProperty("教材id(textbook)")
|
|
|
+ @ExcelProperty("教材")
|
|
|
private String textbookIdCn;
|
|
|
|
|
|
}
|