mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 10:38:42 +08:00 
			
		
		
		
	🎨 修复AppId 和 appid 同时存在导致lombok生成代码异常的问题
This commit is contained in:
		| @ -317,4 +317,28 @@ public class WxMaMessage implements Serializable { | |||||||
|     return WxMaGsonBuilder.create().toJson(this); |     return WxMaGsonBuilder.create().toJson(this); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|  |   public String getAppid() { | ||||||
|  |     return appid; | ||||||
|  |   } | ||||||
|  |  | ||||||
|  |   public void setAppid(String appid) { | ||||||
|  |     this.appid = appid; | ||||||
|  |   } | ||||||
|  |  | ||||||
|  |   public String getAppID() { | ||||||
|  |     return appID; | ||||||
|  |   } | ||||||
|  |  | ||||||
|  |   public void setAppID(String appID) { | ||||||
|  |     this.appID = appID; | ||||||
|  |   } | ||||||
|  |  | ||||||
|  |   public String getAppId() { | ||||||
|  |     return appId; | ||||||
|  |   } | ||||||
|  |  | ||||||
|  |   public void setAppId(String appId) { | ||||||
|  |     this.appId = appId; | ||||||
|  |   } | ||||||
|  |  | ||||||
| } | } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang