|
@@ -84,7 +84,7 @@ public class TeacherClassGroupDto {
|
|
private String studyReportUrl;
|
|
private String studyReportUrl;
|
|
|
|
|
|
@ApiModelProperty(value = "是否已有报告")
|
|
@ApiModelProperty(value = "是否已有报告")
|
|
- private Boolean hasReport;
|
|
|
|
|
|
+ private Boolean hasReport=false;
|
|
|
|
|
|
public Date getCourseStartDate() {
|
|
public Date getCourseStartDate() {
|
|
return courseStartDate;
|
|
return courseStartDate;
|