Commit bb5204a4 by xiongjiangtao

群聊统计

parent 78704933
......@@ -72,6 +72,16 @@ public class GroupChatClerkVO extends StoreGroupCommonVO implements Serializable
*/
private String clerkId;
/**
* 企微账号名称
*/
private String staffName;
/**
* 企微账号code
*/
private String staffCode;
public Integer getGroupNum() {
return groupNum;
}
......@@ -159,4 +169,20 @@ public class GroupChatClerkVO extends StoreGroupCommonVO implements Serializable
public void setClerkId(String clerkId) {
this.clerkId = clerkId;
}
public String getStaffName() {
return staffName;
}
public void setStaffName(String staffName) {
this.staffName = staffName;
}
public String getStaffCode() {
return staffCode;
}
public void setStaffCode(String staffCode) {
this.staffCode = staffCode;
}
}
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