|
@@ -22,11 +22,22 @@ public class TeacherSignOutDto {
|
|
@ApiModelProperty(value = "学员学习是否达标")
|
|
@ApiModelProperty(value = "学员学习是否达标")
|
|
private List<StudentStandardDto> studentStandardDtos;
|
|
private List<StudentStandardDto> studentStandardDtos;
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "课后评测信息")
|
|
|
|
+ private LessonExaminationSaveDto lessonExaminationSaveDto;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 是否返回错误信息
|
|
* 是否返回错误信息
|
|
*/
|
|
*/
|
|
private boolean notRturnErrorInfo;
|
|
private boolean notRturnErrorInfo;
|
|
|
|
|
|
|
|
+ public LessonExaminationSaveDto getLessonExaminationSaveDto() {
|
|
|
|
+ return lessonExaminationSaveDto;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setLessonExaminationSaveDto(LessonExaminationSaveDto lessonExaminationSaveDto) {
|
|
|
|
+ this.lessonExaminationSaveDto = lessonExaminationSaveDto;
|
|
|
|
+ }
|
|
|
|
+
|
|
public List<StudentStandardDto> getStudentStandardDtos() {
|
|
public List<StudentStandardDto> getStudentStandardDtos() {
|
|
return studentStandardDtos;
|
|
return studentStandardDtos;
|
|
}
|
|
}
|