Commit a1df0008 by 徐高华

管理员标识

parent cb8d8bf8
......@@ -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;
}
......
......@@ -2,7 +2,6 @@ package com.gic.haoban.manage.api.dto.qdto.chat;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
public class GroupChatUserSearchQDTO implements Serializable {
......
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