Commit d7209fa5 by yaosai

bugfix-删除导购

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