From 19533a17aa55fafc70d0a385928e785cb50e1ebc Mon Sep 17 00:00:00 2001 From: admin <2780501319@qq.com> Date: 星期五, 30 七月 2021 02:05:14 +0800 Subject: [PATCH] 爱奇艺视频更新 --- src/main/java/com/yeshi/buwan/domain/HomeType.java | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 46 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/yeshi/buwan/domain/HomeType.java b/src/main/java/com/yeshi/buwan/domain/HomeType.java index da930cf..e98b3cd 100644 --- a/src/main/java/com/yeshi/buwan/domain/HomeType.java +++ b/src/main/java/com/yeshi/buwan/domain/HomeType.java @@ -60,6 +60,52 @@ @Expose private int number;// 鏄剧ず澶氬皯涓� + //鍒锋柊鐨勪綅缃� 0-鏃犲埛鏂� 1-鍙充笂瑙� 2-涓嬫柟 + @Expose + private int refreshPosition; + @Expose + private String moreTag; + + + private boolean bigPicture; + + //鏁版嵁鎬绘暟 + @Expose + private int count; + + + public boolean isBigPicture() { + return bigPicture; + } + + public void setBigPicture(boolean bigPicture) { + this.bigPicture = bigPicture; + } + + public int getCount() { + return count; + } + + public void setCount(int count) { + this.count = count; + } + + public int getRefreshPosition() { + return refreshPosition; + } + + public void setRefreshPosition(int refreshPosition) { + this.refreshPosition = refreshPosition; + } + + public String getMoreTag() { + return moreTag; + } + + public void setMoreTag(String moreTag) { + this.moreTag = moreTag; + } + @Expose @Transient private HomeTypeAd ad; -- Gitblit v1.8.0