فهرست منبع

fix 试听配置

he2802 3 سال پیش
والد
کامیت
7a08dbd42c
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      zhongzheng-system/src/main/java/com/zhongzheng/modules/course/vo/CourseMenuVo.java

+ 3 - 3
zhongzheng-system/src/main/java/com/zhongzheng/modules/course/vo/CourseMenuVo.java

@@ -32,9 +32,9 @@ public class CourseMenuVo {
 	@Excel(name = "目录id")
 	@ApiModelProperty("目录id")
 	private Long menuId;
-	/** 1科目 2模块 3章 4节 */
-	@Excel(name = "1科目 2模块 3章 4节")
-	@ApiModelProperty("1科目 2模块 3章 4节")
+	/** 1模块 2章 3节 */
+	@Excel(name = "1模块 2章 3节")
+	@ApiModelProperty("1模块 2章 3节")
 	private Integer type;
 	/** 父id ,type为1时父id才是0 */
 	@Excel(name = "父id ,type为1时父id才是0")