|
@@ -25,6 +25,11 @@ public class ExamingSession implements JsonSerializable {
|
|
*/
|
|
*/
|
|
private Long rootOrgId;
|
|
private Long rootOrgId;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 学习中心ID
|
|
|
|
+ */
|
|
|
|
+ private Long orgId;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 考试状态
|
|
* 考试状态
|
|
*/
|
|
*/
|
|
@@ -172,4 +177,14 @@ public class ExamingSession implements JsonSerializable {
|
|
this.paperType = paperType;
|
|
this.paperType = paperType;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+ public Long getOrgId() {
|
|
|
|
+ return orgId;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ public void setOrgId(Long orgId) {
|
|
|
|
+ this.orgId = orgId;
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|