|
@@ -71,7 +71,9 @@ public class StudentPaperBean implements JsonSerializable {
|
|
|
private String studentSubjectiveHtml;
|
|
|
|
|
|
private Boolean randomPaper;
|
|
|
-
|
|
|
+
|
|
|
+ private Long orgId;
|
|
|
+
|
|
|
public StudentPaperBean() {
|
|
|
}
|
|
|
|
|
@@ -293,4 +295,12 @@ public class StudentPaperBean implements JsonSerializable {
|
|
|
this.randomPaper = randomPaper;
|
|
|
}
|
|
|
|
|
|
+ public Long getOrgId() {
|
|
|
+ return orgId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOrgId(Long orgId) {
|
|
|
+ this.orgId = orgId;
|
|
|
+ }
|
|
|
+
|
|
|
}
|