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