|
@@ -12,8 +12,6 @@ public class ImGroupMemberDto extends ImGroupMember {
|
|
|
|
|
|
private String imUserId;
|
|
|
|
|
|
- private String userType;
|
|
|
-
|
|
|
@ApiModelProperty(value = "群编号;")
|
|
|
private String groupId;
|
|
|
|
|
@@ -45,11 +43,4 @@ public class ImGroupMemberDto extends ImGroupMember {
|
|
|
return getImGroupId();
|
|
|
}
|
|
|
|
|
|
- public String getUserType() {
|
|
|
- return userType;
|
|
|
- }
|
|
|
-
|
|
|
- public void setUserType(String userType) {
|
|
|
- this.userType = userType;
|
|
|
- }
|
|
|
}
|