|
@@ -136,6 +136,9 @@ public class ClassPeriodChapterVo implements Comparable<ClassPeriodChapterVo> {
|
|
@ApiModelProperty("做题类型 1测试 2考试")
|
|
@ApiModelProperty("做题类型 1测试 2考试")
|
|
private Integer doType;
|
|
private Integer doType;
|
|
|
|
|
|
|
|
+ @ApiModelProperty("模塊ID")
|
|
|
|
+ private Long moduleId;
|
|
|
|
+
|
|
@Override
|
|
@Override
|
|
public int compareTo(ClassPeriodChapterVo o) {
|
|
public int compareTo(ClassPeriodChapterVo o) {
|
|
return this.getSort() - o.getSort();
|
|
return this.getSort() - o.getSort();
|