|
@@ -66,6 +66,9 @@ public class PictureManageDetailResult implements Serializable {
|
|
@ApiModelProperty(value = "绑定图片数量")
|
|
@ApiModelProperty(value = "绑定图片数量")
|
|
private int bindCount;
|
|
private int bindCount;
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "考场")
|
|
|
|
+ private String examRoom;
|
|
|
|
+
|
|
public Long getExamId() {
|
|
public Long getExamId() {
|
|
return examId;
|
|
return examId;
|
|
}
|
|
}
|
|
@@ -209,4 +212,12 @@ public class PictureManageDetailResult implements Serializable {
|
|
public void setBindCount(int bindCount) {
|
|
public void setBindCount(int bindCount) {
|
|
this.bindCount = bindCount;
|
|
this.bindCount = bindCount;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public String getExamRoom() {
|
|
|
|
+ return examRoom;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setExamRoom(String examRoom) {
|
|
|
|
+ this.examRoom = examRoom;
|
|
|
|
+ }
|
|
}
|
|
}
|