|
@@ -61,6 +61,13 @@ public class Course implements Serializable {
|
|
|
@TableField(exist = false)
|
|
|
private String categoryName;
|
|
|
|
|
|
+ /**
|
|
|
+ * 课程摘要
|
|
|
+ */
|
|
|
+ @Excel(name = "课程摘要", width = 15)
|
|
|
+ @ApiModelProperty(value = "课程摘要")
|
|
|
+ private String summary;
|
|
|
+
|
|
|
/**
|
|
|
* 课程介绍
|
|
|
*/
|