瀏覽代碼

fix 商品上架

he2802 4 年之前
父節點
當前提交
54ec468318
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      zhongzheng-system/src/main/java/com/zhongzheng/modules/course/vo/CourseMenuVo.java

+ 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 = "章模块关系")