Commit cd9c839e by 徐高华

退群数

parent 928c496c
......@@ -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