|
@@ -48,7 +48,7 @@ public class MyCourseSearch extends QueryInfo {
|
|
|
private String endDate;
|
|
|
|
|
|
@ApiModelProperty(value = "课程类型")
|
|
|
- private String courseType = "PRACTICE";
|
|
|
+ private String courseType;
|
|
|
|
|
|
@ApiModelProperty(value = "考勤状态 , false:未考勤 true:已考勤")
|
|
|
private Boolean attendanceStatus;
|