mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-07-31 15:56:30 +08:00
添加buttons的getter和setter方法
This commit is contained in:
parent
5316d97d4f
commit
cf8fb4c106
@ -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