Commit 578b3919 by 徐高华

Merge branch 'feature/社群' into 'developer'

群

See merge request !790
parents 5227b43a 7c42c69e
......@@ -56,14 +56,14 @@ public class TabGroupChat implements Serializable{
private String wxChatIdDk;
private Date offTime ;
private String originalStaffId ;
private int hmAddStatus = 1 ;
private String chatRemark ;
public int getHmAddStatus() {
return hmAddStatus;
public String getChatRemark() {
return chatRemark;
}
public void setHmAddStatus(int hmAddStatus) {
this.hmAddStatus = hmAddStatus;
public void setChatRemark(String chatRemark) {
this.chatRemark = chatRemark;
}
public Date getOffTime() {
......
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