mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 18:46:10 +08:00 
			
		
		
		
	添加buttons的getter和setter方法
This commit is contained in:
		| @ -24,6 +24,14 @@ public class WxMpSelfMenuInfo { | |||||||
|     return ToStringUtils.toSimpleString(this); |     return ToStringUtils.toSimpleString(this); | ||||||
|   } |   } | ||||||
|  |  | ||||||
|  |   public List<WxMpSelfMenuButton> getButtons() { | ||||||
|  |     return this.buttons; | ||||||
|  |   } | ||||||
|  |  | ||||||
|  |   public void setButtons(List<WxMpSelfMenuButton> buttons) { | ||||||
|  |     this.buttons = buttons; | ||||||
|  |   } | ||||||
|  |  | ||||||
|   public static class WxMpSelfMenuButton { |   public static class WxMpSelfMenuButton { | ||||||
|     /** |     /** | ||||||
|      * <pre> |      * <pre> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang