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