Commit 908fa748 by lixiaozhong

好友列表以及推荐列表对外隐藏没用的id

parent 66458738
...@@ -14,9 +14,6 @@ import java.io.Serializable; ...@@ -14,9 +14,6 @@ import java.io.Serializable;
public class ImFriendBaseDto implements Serializable { public class ImFriendBaseDto implements Serializable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@ApiModelProperty("主键id")
private Long id;
@ApiModelProperty("好友的client-id") @ApiModelProperty("好友的client-id")
private String friendClientId; private String friendClientId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment