|
@@ -17,6 +17,19 @@ public class TeacherSignOutDto {
|
|
|
@ApiModelProperty(value = "课后作业信息")
|
|
|
private CourseHomework courseHomeworkInfo;
|
|
|
|
|
|
+ /**
|
|
|
+ * 是否返回错误信息
|
|
|
+ */
|
|
|
+ private boolean notRturnErrorInfo;
|
|
|
+
|
|
|
+ public boolean isNotRturnErrorInfo() {
|
|
|
+ return notRturnErrorInfo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setNotRturnErrorInfo(boolean notRturnErrorInfo) {
|
|
|
+ this.notRturnErrorInfo = notRturnErrorInfo;
|
|
|
+ }
|
|
|
+
|
|
|
public TeacherAttendance getTeacherAttendanceInfo() {
|
|
|
return teacherAttendanceInfo;
|
|
|
}
|