Commit a7b02e8b by 徐高华

管理员标识

parent e3f75f65
......@@ -51,8 +51,17 @@ public class GroupChatUserDTO implements Serializable{
/**入群说明*/
private String joinRemark;
private String joinState;
private Integer adminFlag ;
public void setChatUserId(Long chatUserId){
public Integer getAdminFlag() {
return adminFlag;
}
public void setAdminFlag(Integer adminFlag) {
this.adminFlag = adminFlag;
}
public void setChatUserId(Long chatUserId){
this.chatUserId = chatUserId;
}
......
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