yujian
2019-07-16 c04327c1e6271e10c6d4f13ebb53438f6edca50e
fanli/src/main/java/com/yeshi/fanli/vo/goods/GoodsDetailExtraVO.java
@@ -32,7 +32,7 @@
   private boolean shareValid;
   // 是否跳转原生APP
   @Expose
   private boolean isNative;
   private Boolean isNative;
   
   // 图文详情链接
@@ -45,7 +45,6 @@
   @Expose
   private List<ClientTextStyleVO> tip;
   // 淘客参数
   @Expose
   private ClientTBPid tbPidInfo;
@@ -62,12 +61,6 @@
   // 领取人
   @Expose
   private List<ShamUser> listCouponUser;
   // 推广红包
   @Expose
   private OtherInfo otherInfo;
   // 店铺信息
   @Expose
   private ShopInfoVO shopInfo;
   public ClientTBPid getTbPidInfo() {
      return tbPidInfo;
@@ -117,11 +110,11 @@
      this.shareValid = shareValid;
   }
   public boolean isNative() {
   public Boolean getIsNative() {
      return isNative;
   }
   public void setNative(boolean isNative) {
   public void setIsNative(Boolean isNative) {
      this.isNative = isNative;
   }
@@ -179,21 +172,5 @@
   public void setListCouponUser(List<ShamUser> listCouponUser) {
      this.listCouponUser = listCouponUser;
   }
   public ShopInfoVO getShopInfo() {
      return shopInfo;
   }
   public void setShopInfo(ShopInfoVO shopInfo) {
      this.shopInfo = shopInfo;
   }
   public OtherInfo getOtherInfo() {
      return otherInfo;
   }
   public void setOtherInfo(OtherInfo otherInfo) {
      this.otherInfo = otherInfo;
   }
}