Commit a68f12e7 by 徐高华

好办加好友统计

parent b4c18531
...@@ -52,8 +52,6 @@ public class MemberUnionidRelatedDTO implements Serializable{ ...@@ -52,8 +52,6 @@ public class MemberUnionidRelatedDTO implements Serializable{
private String wxUserId ; private String wxUserId ;
private int reTry ;
private boolean isFlush = false ; private boolean isFlush = false ;
public String getWxUserId() { public String getWxUserId() {
...@@ -64,14 +62,6 @@ public class MemberUnionidRelatedDTO implements Serializable{ ...@@ -64,14 +62,6 @@ public class MemberUnionidRelatedDTO implements Serializable{
this.wxUserId = wxUserId; this.wxUserId = wxUserId;
} }
public int getReTry() {
return reTry;
}
public void setReTry(int reTry) {
this.reTry = reTry;
}
public boolean isFlush() { public boolean isFlush() {
return isFlush; return isFlush;
} }
......
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