src/main/java/com/yeshi/buwan/domain/VideoInfo.java
@@ -133,6 +133,18 @@ @Expose private VideoAlbumMoreInfo albumMoreInfo; //剧集翻页时每一页的大小 @Expose private Integer pageSize; public Integer getPageSize() { return pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } @Transient private VideoResourceMapExtraInfo videoResourceMapExtraInfo; @@ -566,7 +578,7 @@ this.definition = definition; } public static class VideoAlbumMoreInfo { public static class VideoAlbumMoreInfo implements Serializable{ @Expose private String name; @Expose