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