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