|
@@ -161,4 +161,12 @@ public class ApiSmallWeChatDataVo implements Serializable {
|
|
|
public void setwId(String wId) {
|
|
public void setwId(String wId) {
|
|
|
this.wId = wId;
|
|
this.wId = wId;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ public String getWechatId() {
|
|
|
|
|
+ return wechatId;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setWechatId(String wechatId) {
|
|
|
|
|
+ this.wechatId = wechatId;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|