mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 02:28:25 +08:00 
			
		
		
		
	根据javabean规范,保留一个get方法,以便用于一些反射的使用场景
This commit is contained in:
		| @ -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; | ||||
|   } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 HaiJun Liu
					HaiJun Liu