|
@@ -66,6 +66,18 @@ public class InvigilateListProgressBean implements Serializable {
|
|
|
@ApiModelProperty(value = "剩余考试次数")
|
|
|
private Integer leftExamCount;
|
|
|
|
|
|
+ @JsonSerialize(using = ToStringSerializer.class)
|
|
|
+ @ApiModelProperty(name = "学生id")
|
|
|
+ private Long studentId;
|
|
|
+
|
|
|
+ public Long getStudentId() {
|
|
|
+ return studentId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStudentId(Long studentId) {
|
|
|
+ this.studentId = studentId;
|
|
|
+ }
|
|
|
+
|
|
|
public String getRoomName() {
|
|
|
return roomName;
|
|
|
}
|