Browse Source

fix 商品上架

he2802 4 years ago
parent
commit
54ec468318

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

@@ -50,6 +50,7 @@ public class CourseMenuVo {
 	@Excel(name = "节时长(分钟)")
 	@ApiModelProperty("节时长(分钟)")
 	private Long durationTime;
+	private Integer sort;
 
 	/** 章模块关系 */
 	@Excel(name = "章模块关系")