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