mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-29 01:18:36 +08:00
🎨【公众号】发布状态轮询接口实体类序列化
This commit is contained in:
@ -42,13 +42,15 @@ public class WxMpFreePublishStatus implements ToJson, Serializable {
|
|||||||
|
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@Data
|
@Data
|
||||||
public static class ArticleDetail {
|
public static class ArticleDetail implements Serializable{
|
||||||
|
private static final long serialVersionUID = 2802949203075628412L;
|
||||||
private Integer count;
|
private Integer count;
|
||||||
private List<Item> item;
|
private List<Item> item;
|
||||||
|
|
||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@Data
|
@Data
|
||||||
public static class Item {
|
public static class Item implements Serializable{
|
||||||
|
private static final long serialVersionUID = -6496102084844816489L;
|
||||||
private Integer idx;
|
private Integer idx;
|
||||||
private String article_url;
|
private String article_url;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user