package com.yeshi.fanli.dto.vip.goods;
|
|
import java.util.List;
|
|
/**
|
* 唯品会商品信息
|
*
|
* @author Administrator
|
*
|
*/
|
public class VIPGoodsInfo {
|
private String goodsId;// 商品id
|
private String goodsName;// 商品名称
|
private String goodsDesc;// 商品描述,字段暂不输出
|
private String destUrl;// 商品落地页
|
private String goodsThumbUrl;// 商品缩略图
|
private List<String> goodsCarouselPictures;// 商品轮播图:根据商品id查询时返回,商品列表不返回
|
private String goodsMainPicture;// 商品主图
|
private Long categoryId;// 商品三级分类id
|
private String categoryName;// 商品三级分类
|
private Integer sourceType;// 商品类型:0-自营,1-MP
|
private String marketPrice;// 市场价(元)
|
private String vipPrice;// 唯品价(元)
|
private String commissionRate;// 佣金比例(%)
|
private String commission;// 佣金金额(元)
|
private String discount;// 折扣
|
private List<String> goodsDetailPictures;// 商品详情图片:根据商品id查询商品信息时返回,商品列表不返回
|
private Long cat1stId;// 商品一级分类id
|
private String cat1stName;// 商品一级分类名称
|
private Long cat2ndId;// 商品二级分类id
|
private String cat2ndName;// 商品二级分类名称
|
private String brandStoreSn;// 商品品牌sn
|
private String brandName;// 商品品牌名称
|
private String brandLogoFull;// 商品品牌logo全路径地址
|
private Long schemeEndTime;// 商品推广计划有效期预估截止时间:仅为预估时间,仅做参考;时间戳,单位:毫秒
|
private Long sellTimeFrom;// 商品售卖开始时间,时间戳,单位毫秒
|
private Long sellTimeTo;// 商品售卖结束时间,时间戳, 单位毫秒
|
private Integer weight;// 推广权重,用于确定推广该商品的优先级,权重值越大,优先级越高
|
private VIPStoreInfo storeInfo;// 店铺信息
|
private VIPGoodsCommentsInfo commentsInfo;// 商品评价信息
|
private VIPStoreServiceCapability storeServiceCapability;// 商品所属店铺服务能力评价:预留字段
|
private Long brandId;// 商品所属档期(专场)id
|
private Long schemeStartTime;// 商品所属推广方案开始时间:时间戳,单位:毫秒
|
|
public String getGoodsId() {
|
return goodsId;
|
}
|
|
public void setGoodsId(String goodsId) {
|
this.goodsId = goodsId;
|
}
|
|
public String getGoodsName() {
|
return goodsName;
|
}
|
|
public void setGoodsName(String goodsName) {
|
this.goodsName = goodsName;
|
}
|
|
public String getGoodsDesc() {
|
return goodsDesc;
|
}
|
|
public void setGoodsDesc(String goodsDesc) {
|
this.goodsDesc = goodsDesc;
|
}
|
|
public String getDestUrl() {
|
return destUrl;
|
}
|
|
public void setDestUrl(String destUrl) {
|
this.destUrl = destUrl;
|
}
|
|
public String getGoodsThumbUrl() {
|
return goodsThumbUrl;
|
}
|
|
public void setGoodsThumbUrl(String goodsThumbUrl) {
|
this.goodsThumbUrl = goodsThumbUrl;
|
}
|
|
public List<String> getGoodsCarouselPictures() {
|
return goodsCarouselPictures;
|
}
|
|
public void setGoodsCarouselPictures(List<String> goodsCarouselPictures) {
|
this.goodsCarouselPictures = goodsCarouselPictures;
|
}
|
|
public String getGoodsMainPicture() {
|
return goodsMainPicture;
|
}
|
|
public void setGoodsMainPicture(String goodsMainPicture) {
|
this.goodsMainPicture = goodsMainPicture;
|
}
|
|
public Long getCategoryId() {
|
return categoryId;
|
}
|
|
public void setCategoryId(Long categoryId) {
|
this.categoryId = categoryId;
|
}
|
|
public String getCategoryName() {
|
return categoryName;
|
}
|
|
public void setCategoryName(String categoryName) {
|
this.categoryName = categoryName;
|
}
|
|
public Integer getSourceType() {
|
return sourceType;
|
}
|
|
public void setSourceType(Integer sourceType) {
|
this.sourceType = sourceType;
|
}
|
|
public String getMarketPrice() {
|
return marketPrice;
|
}
|
|
public void setMarketPrice(String marketPrice) {
|
this.marketPrice = marketPrice;
|
}
|
|
public String getVipPrice() {
|
return vipPrice;
|
}
|
|
public void setVipPrice(String vipPrice) {
|
this.vipPrice = vipPrice;
|
}
|
|
public String getCommissionRate() {
|
return commissionRate;
|
}
|
|
public void setCommissionRate(String commissionRate) {
|
this.commissionRate = commissionRate;
|
}
|
|
public String getCommission() {
|
return commission;
|
}
|
|
public void setCommission(String commission) {
|
this.commission = commission;
|
}
|
|
public String getDiscount() {
|
return discount;
|
}
|
|
public void setDiscount(String discount) {
|
this.discount = discount;
|
}
|
|
public List<String> getGoodsDetailPictures() {
|
return goodsDetailPictures;
|
}
|
|
public void setGoodsDetailPictures(List<String> goodsDetailPictures) {
|
this.goodsDetailPictures = goodsDetailPictures;
|
}
|
|
public Long getCat1stId() {
|
return cat1stId;
|
}
|
|
public void setCat1stId(Long cat1stId) {
|
this.cat1stId = cat1stId;
|
}
|
|
public String getCat1stName() {
|
return cat1stName;
|
}
|
|
public void setCat1stName(String cat1stName) {
|
this.cat1stName = cat1stName;
|
}
|
|
public Long getCat2ndId() {
|
return cat2ndId;
|
}
|
|
public void setCat2ndId(Long cat2ndId) {
|
this.cat2ndId = cat2ndId;
|
}
|
|
public String getCat2ndName() {
|
return cat2ndName;
|
}
|
|
public void setCat2ndName(String cat2ndName) {
|
this.cat2ndName = cat2ndName;
|
}
|
|
public String getBrandStoreSn() {
|
return brandStoreSn;
|
}
|
|
public void setBrandStoreSn(String brandStoreSn) {
|
this.brandStoreSn = brandStoreSn;
|
}
|
|
public String getBrandName() {
|
return brandName;
|
}
|
|
public void setBrandName(String brandName) {
|
this.brandName = brandName;
|
}
|
|
public String getBrandLogoFull() {
|
return brandLogoFull;
|
}
|
|
public void setBrandLogoFull(String brandLogoFull) {
|
this.brandLogoFull = brandLogoFull;
|
}
|
|
public Long getSchemeEndTime() {
|
return schemeEndTime;
|
}
|
|
public void setSchemeEndTime(Long schemeEndTime) {
|
this.schemeEndTime = schemeEndTime;
|
}
|
|
public Long getSellTimeFrom() {
|
return sellTimeFrom;
|
}
|
|
public void setSellTimeFrom(Long sellTimeFrom) {
|
this.sellTimeFrom = sellTimeFrom;
|
}
|
|
public Long getSellTimeTo() {
|
return sellTimeTo;
|
}
|
|
public void setSellTimeTo(Long sellTimeTo) {
|
this.sellTimeTo = sellTimeTo;
|
}
|
|
public Integer getWeight() {
|
return weight;
|
}
|
|
public void setWeight(Integer weight) {
|
this.weight = weight;
|
}
|
|
public VIPStoreInfo getStoreInfo() {
|
return storeInfo;
|
}
|
|
public void setStoreInfo(VIPStoreInfo storeInfo) {
|
this.storeInfo = storeInfo;
|
}
|
|
public VIPGoodsCommentsInfo getCommentsInfo() {
|
return commentsInfo;
|
}
|
|
public void setCommentsInfo(VIPGoodsCommentsInfo commentsInfo) {
|
this.commentsInfo = commentsInfo;
|
}
|
|
public VIPStoreServiceCapability getStoreServiceCapability() {
|
return storeServiceCapability;
|
}
|
|
public void setStoreServiceCapability(VIPStoreServiceCapability storeServiceCapability) {
|
this.storeServiceCapability = storeServiceCapability;
|
}
|
|
public Long getBrandId() {
|
return brandId;
|
}
|
|
public void setBrandId(Long brandId) {
|
this.brandId = brandId;
|
}
|
|
public Long getSchemeStartTime() {
|
return schemeStartTime;
|
}
|
|
public void setSchemeStartTime(Long schemeStartTime) {
|
this.schemeStartTime = schemeStartTime;
|
}
|
|
}
|