he2802 4 年 前
コミット
ac1e2a7872

+ 9 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/course/bo/CourseSectionQueryBo.java

@@ -72,4 +72,13 @@ public class CourseSectionQueryBo extends BaseEntity {
 	/** 录播和回放节时长(分钟) */
 	@ApiModelProperty("录播和回放节时长(分钟)")
 	private Long recordingDuration;
+	/** 教育类型id */
+	@ApiModelProperty("教育类型id")
+	private Long educationTypeId;
+	/** 业务层次id */
+	@ApiModelProperty("业务层次id")
+	private Long businessId;
+	/** 科目id */
+	@ApiModelProperty("科目id")
+	private Long subjectId;
 }