mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-06 05:37:48 +08:00
#297 WxMpMenu类增加实现序列化接口
This commit is contained in:
parent
5a2b3b61a4
commit
afcd62c065
@ -6,6 +6,7 @@ import me.chanjar.weixin.common.bean.menu.WxMenuRule;
|
|||||||
import me.chanjar.weixin.common.util.ToStringUtils;
|
import me.chanjar.weixin.common.util.ToStringUtils;
|
||||||
import me.chanjar.weixin.common.util.json.WxGsonBuilder;
|
import me.chanjar.weixin.common.util.json.WxGsonBuilder;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -15,7 +16,10 @@ import java.util.List;
|
|||||||
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
|
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
|
||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
public class WxMpMenu {
|
public class WxMpMenu implements Serializable{
|
||||||
|
|
||||||
|
private static final long serialVersionUID = -5794350513426702252L;
|
||||||
|
|
||||||
@SerializedName("menu")
|
@SerializedName("menu")
|
||||||
private WxMpConditionalMenu menu;
|
private WxMpConditionalMenu menu;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user