Commit d7209fa5 by yaosai

bugfix-删除导购

parent 4b3d9180
......@@ -304,11 +304,11 @@ public class StaffVO implements Serializable{
this.weixinPush = weixinPush;
}
public Integer getMemberCount() {
public int getMemberCount() {
return memberCount;
}
public void setMemberCount(Integer memberCount) {
public void setMemberCount(int memberCount) {
this.memberCount = memberCount;
}
......
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