🎨 #1366 公众号图文素材WxMpMaterialNewsArticle类实现序列化接口

This commit is contained in:
yydzxz 2020-01-08 09:22:12 +08:00 committed by Binary Wang
parent abccf4ab2c
commit e176fc0d22

View File

@ -61,7 +61,9 @@ public class WxMpMaterialNews implements Serializable {
* @author chanjarster * @author chanjarster
*/ */
@Data @Data
public static class WxMpMaterialNewsArticle { public static class WxMpMaterialNewsArticle implements Serializable{
private static final long serialVersionUID = -635384661692321171L;
/** /**
* (必填) 图文消息缩略图的media_id可以在基础支持-上传多媒体文件接口中获得. * (必填) 图文消息缩略图的media_id可以在基础支持-上传多媒体文件接口中获得.
*/ */