Commit bc34e522 by 徐高华

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

数量

See merge request !677
parents f8625826 31ca8f53
......@@ -40,8 +40,17 @@ public class TabGroupChatHm implements Serializable{
private Integer chatCount;
// 1有效 2作废 3待生效
private Integer statusFlag ;
private Integer linkCount ;
public Integer getStatusFlag() {
public Integer getLinkCount() {
return linkCount;
}
public void setLinkCount(Integer linkCount) {
this.linkCount = linkCount;
}
public Integer getStatusFlag() {
return statusFlag;
}
......
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