From 49982f5a1a305c0cc7da04735e1c604b802d2a22 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 15 七月 2021 18:36:09 +0800 Subject: [PATCH] 木瓜接口改为布丸相关的接口 --- MGVideo/src/com/mugua/mgvideo/entity/HomeVideo.java | 30 ++++++++++++++++++++---------- 1 files changed, 20 insertions(+), 10 deletions(-) diff --git a/MGVideo/src/com/mugua/mgvideo/entity/HomeVideo.java b/MGVideo/src/com/mugua/mgvideo/entity/HomeVideo.java index 71819c6..b34cce2 100644 --- a/MGVideo/src/com/mugua/mgvideo/entity/HomeVideo.java +++ b/MGVideo/src/com/mugua/mgvideo/entity/HomeVideo.java @@ -3,10 +3,15 @@ import java.io.Serializable; import com.google.gson.annotations.Expose; +import com.yeshi.base.entity.video.VideoInfo; public class HomeVideo implements Serializable { + + public HomeVideo(){ + + } /** - * + * */ private static final long serialVersionUID = 1L; @Expose @@ -19,7 +24,20 @@ @Expose private String picture; - // private IMvNativeAd ad;// 骞垮憡 + @Expose + //鏄惁涓哄ぇ鍥� + private boolean bigPicture; + + public boolean isBigPicture() { + return bigPicture; + } + + public void setBigPicture(boolean bigPicture) { + this.bigPicture = bigPicture; + } + + +// private IMvNativeAd ad;// 骞垮憡 public String getId() { return id; @@ -60,12 +78,4 @@ public void setPicture(String picture) { this.picture = picture; } - - // public IMvNativeAd getAd() { - // return ad; - // } - // - // public void setAd(IMvNativeAd ad) { - // this.ad = ad; - // } } -- Gitblit v1.8.0