wangwei 5 lat temu
rodzic
commit
acebe3d30f

+ 10 - 0
examcloud-ws-api/src/main/java/cn/com/qmth/examcloud/ws/api/request/SendTextReq.java

@@ -7,6 +7,8 @@ public class SendTextReq extends BaseRequest {
 
 	private static final long serialVersionUID = 6766252085491613807L;
 
+	private Long rootOrgId;
+
 	private UserType userType;
 
 	private Long userId;
@@ -17,6 +19,14 @@ public class SendTextReq extends BaseRequest {
 
 	private String content;
 
+	public Long getRootOrgId() {
+		return rootOrgId;
+	}
+
+	public void setRootOrgId(Long rootOrgId) {
+		this.rootOrgId = rootOrgId;
+	}
+
 	public UserType getUserType() {
 		return userType;
 	}