Commit 31ca8f53 by 徐高华

数量

parent b876a1ad
......@@ -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