Commit e641111e by 徐高华

Merge branch 'feature/202310月零散迭代' into 'developer'

Feature/202310月零散迭代

See merge request !1498
parents 79b4b63c 268b8c4a
......@@ -32,6 +32,15 @@ public class GroupChatDataVO implements Serializable {
private Integer memberHasMsg;
/**截至当天客户群消息总数*/
private Integer msgTotal;
private Integer quitUserCount ;
public Integer getQuitUserCount() {
return quitUserCount;
}
public void setQuitUserCount(Integer quitUserCount) {
this.quitUserCount = quitUserCount;
}
public String getStaffName() {
return staffName;
......
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