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