mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-24 16:18:51 +08:00
🎨 优化代码,实现序列化接口
This commit is contained in:
parent
1849890b82
commit
449bda4009
@ -24,7 +24,9 @@ public class WxMpMaterialFileBatchGetResult implements Serializable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public static class WxMaterialFileBatchGetNewsItem {
|
public static class WxMaterialFileBatchGetNewsItem implements Serializable {
|
||||||
|
private static final long serialVersionUID = -8300080343204117459L;
|
||||||
|
|
||||||
private String mediaId;
|
private String mediaId;
|
||||||
private Date updateTime;
|
private Date updateTime;
|
||||||
private String name;
|
private String name;
|
||||||
|
Loading…
Reference in New Issue
Block a user