浏览代码

Merge branch 'zx_saas_1220' of http://git.dayaedu.com/yonge/mec into test

zouxuan 1 年之前
父节点
当前提交
2fa9bc5229
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      mec-biz/src/main/java/com/ym/mec/biz/dal/dto/StudentLessonTrainingDetailWrapper.java

+ 6 - 0
mec-biz/src/main/java/com/ym/mec/biz/dal/dto/StudentLessonTrainingDetailWrapper.java

@@ -70,6 +70,12 @@ public class StudentLessonTrainingDetailWrapper {
         @ApiModelProperty("分谱")
         private Integer partIndex;
 
+        @ApiModelProperty("开始小节")
+        private Integer start;
+
+        @ApiModelProperty("结束小节")
+        private Integer end;
+
         @ApiModelProperty("练习速度")
         private Integer trainingSpeed;