|
@@ -6,17 +6,12 @@ import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
public class ImGroupMemberDto extends ImGroupMember {
|
|
|
private SysUser user = new SysUser();
|
|
|
-
|
|
|
private String type;
|
|
|
-
|
|
|
private String imUserId;
|
|
|
-
|
|
|
@ApiModelProperty(value = "群编号;")
|
|
|
private String groupId;
|
|
|
-
|
|
|
@ApiModelProperty("群成员头象")
|
|
|
private String avatar;
|
|
|
-
|
|
|
public String getType() {
|
|
|
return type;
|
|
|
}
|