|
@@ -12,4 +12,13 @@ public class UserStudentVo extends UserStudentUpdateDto {
|
|
|
private Long classId;
|
|
|
@ApiModelProperty("流程状态(0:审核中,1:通过,2:拒绝)")
|
|
|
private Integer status;
|
|
|
+
|
|
|
+ @ApiModelProperty("班主任id")
|
|
|
+ private Long teacherId;
|
|
|
+
|
|
|
+ @ApiModelProperty("班主任姓名")
|
|
|
+ private String teacherName;
|
|
|
+
|
|
|
+ @ApiModelProperty("班主任电话")
|
|
|
+ private String teacherMobile;
|
|
|
}
|