he2802 2 жил өмнө
parent
commit
3daa781e39

+ 3 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/grade/vo/ClassPeriodChapterVo.java

@@ -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();