mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +08:00
#361 WxMpKefuMessage类的内部类实现序列化接口
This commit is contained in:
parent
5231f8c969
commit
8a587174a1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user