Skip to content

Commit cf8fb4c

Browse files
committed
添加buttons的getter和setter方法
1 parent 5316d97 commit cf8fb4c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/menu/WxMpSelfMenuInfo.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ public String toString() {
2424
return ToStringUtils.toSimpleString(this);
2525
}
2626

27+
public List<WxMpSelfMenuButton> getButtons() {
28+
return this.buttons;
29+
}
30+
31+
public void setButtons(List<WxMpSelfMenuButton> buttons) {
32+
this.buttons = buttons;
33+
}
34+
2735
public static class WxMpSelfMenuButton {
2836
/**
2937
* <pre>

0 commit comments

Comments
 (0)