|
@@ -48,7 +48,7 @@ public class CourseProjectTypeQueryBo extends BaseEntity {
|
|
|
private String encoder;
|
|
|
/** 教育类型id */
|
|
|
@ApiModelProperty("教育类型id")
|
|
|
- private String educationId;
|
|
|
+ private Integer educationId;
|
|
|
/** 状态 1正常 0关闭 */
|
|
|
@ApiModelProperty(" 状态 1正常 0关闭")
|
|
|
private List<Integer> status;
|