|
@@ -170,12 +170,18 @@ public class CoursePatrolEvaluationWrapper {
|
|
|
@ApiModelProperty("老师姓名")
|
|
|
private String teacherName;
|
|
|
|
|
|
+ @ApiModelProperty("老师头像")
|
|
|
+ private String teacherAvatar;
|
|
|
+
|
|
|
@ApiModelProperty("课程ID")
|
|
|
private Integer courseScheduleId;
|
|
|
|
|
|
@ApiModelProperty("课程类型")
|
|
|
private CourseSchedule.CourseScheduleType courseType;
|
|
|
|
|
|
+ @ApiModelProperty("课程名称")
|
|
|
+ private String courseName;
|
|
|
+
|
|
|
|
|
|
@ApiModelProperty(value = "上课时间", required = false)
|
|
|
private java.util.Date startClassTime;
|
|
@@ -184,7 +190,7 @@ public class CoursePatrolEvaluationWrapper {
|
|
|
@ApiModelProperty(value = "结束时间", required = false)
|
|
|
private java.util.Date endClassTime;
|
|
|
|
|
|
- @ApiModelProperty("用户ID")
|
|
|
+ @ApiModelProperty("操作用户ID")
|
|
|
private Integer userId;
|
|
|
|
|
|
@ApiModelProperty("优秀EXCELLENT、良好GOOD、合格QUALIFIED、不合格UNQUALIFIED")
|