Skip to content

Commit 4477e44

Browse files
author
HaiJun Liu
committed
根据javabean规范,保留一个get方法,以便用于一些反射的使用场景
1 parent 9ee6d25 commit 4477e44

File tree

1 file changed

+0
-4
lines changed
  • weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/result

1 file changed

+0
-4
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/result/WxMpUser.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ public Boolean getSubscribe() {
4141
return this.subscribe;
4242
}
4343

44-
public Boolean isSubscribe() {
45-
return this.subscribe;
46-
}
47-
4844
public void setSubscribe(Boolean subscribe) {
4945
this.subscribe = subscribe;
5046
}

0 commit comments

Comments
 (0)