Browse Source

课程摘要

yangfeng 1 year ago
parent
commit
4082efe4a2
1 changed files with 7 additions and 0 deletions
  1. 7 0
      web/src/main/java/com/ynfy/buss/course/course/entity/Course.java

+ 7 - 0
web/src/main/java/com/ynfy/buss/course/course/entity/Course.java

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