mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-14 10:15:08 +08:00
#361 WxMpKefuMessage类的内部类实现序列化接口
This commit is contained in:
@@ -110,7 +110,9 @@ public class WxMpKefuMessage implements Serializable {
|
||||
}
|
||||
|
||||
@Data
|
||||
public static class WxArticle {
|
||||
public static class WxArticle implements Serializable {
|
||||
private static final long serialVersionUID = 5145137235440507379L;
|
||||
|
||||
private String title;
|
||||
private String description;
|
||||
private String url;
|
||||
|
Reference in New Issue
Block a user