소스 검색

fix节查询

he2802 4 년 전
부모
커밋
ac1e2a7872
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      zhongzheng-system/src/main/java/com/zhongzheng/modules/course/bo/CourseSectionQueryBo.java

+ 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;
 }