mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-22 12:01:59 +08:00
根据javabean规范,保留一个get方法,以便用于一些反射的使用场景
This commit is contained in:
parent
9ee6d257d8
commit
4477e44de8
@ -41,10 +41,6 @@ public class WxMpUser implements Serializable {
|
||||
return this.subscribe;
|
||||
}
|
||||
|
||||
public Boolean isSubscribe() {
|
||||
return this.subscribe;
|
||||
}
|
||||
|
||||
public void setSubscribe(Boolean subscribe) {
|
||||
this.subscribe = subscribe;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user