Commit 7bb64ddb by guojuxing

账号分组列表:添加排序字段

parent 5aaf1b6e
......@@ -20,6 +20,8 @@ public class AccountGroupListVO implements Serializable{
private Integer memberCount;
private Integer sort;
public Integer getAccountGroupId() {
return accountGroupId;
}
......@@ -51,4 +53,12 @@ public class AccountGroupListVO implements Serializable{
public void setMemberCount(Integer memberCount) {
this.memberCount = memberCount;
}
public Integer getSort() {
return sort;
}
public void setSort(Integer sort) {
this.sort = sort;
}
}
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