package com.haicaojie.android.entity;
|
|
import com.google.gson.annotations.Expose;
|
|
import java.io.Serializable;
|
|
/**
|
* Created by weikou2015 on 2017/3/8.
|
*/
|
|
public class TaoBaoGoodsBrief implements Serializable {
|
@Expose
|
private String rootCatId;
|
@Expose
|
private String eventCreatorId;
|
@Expose
|
private String leafCatId;
|
@Expose
|
private String rootCatScore;
|
@Expose
|
private String sellerId;
|
@Expose
|
private String userType;
|
@Expose
|
private String baoyou;
|
@Expose
|
private String shopTitle;
|
@Expose
|
private String auctionId;
|
@Expose
|
private String biz30day;
|
@Expose
|
private String salesCount;
|
@Expose
|
private String tkRate;
|
@Expose
|
private String includeDxjh;
|
@Expose
|
private String reservePrice;
|
@Expose
|
private String tkCommFee;
|
@Expose
|
private String totalFee;
|
@Expose
|
private String totalNum;
|
@Expose
|
private String zkPrice;
|
@Expose
|
private String dayLeft;
|
@Expose
|
private String rlRate;
|
@Expose
|
private String hasRecommended;
|
@Expose
|
private String hasSame;
|
@Expose
|
private String id;
|
@Expose
|
private String sameItemPid;
|
@Expose
|
private String couponTotalCount;
|
@Expose
|
private String couponLeftCount;
|
@Expose
|
private String couponAmount;
|
@Expose
|
private String couponStartFee;
|
@Expose
|
private String title;
|
@Expose
|
private String quanPrice;
|
@Expose
|
private String pictUrl;
|
@Expose
|
private String desc;
|
@Expose
|
private String auctionUrl;
|
@Expose
|
private String shopType;//商铺类型(优惠券或者红包)
|
@Expose
|
private String showType;//优惠类型(优惠券或者红包)
|
@Expose
|
private HongBaoInfo taoBaoHongBaoInfo;
|
@Expose
|
private QuanInfo taoBaoQuanInfo;
|
@Expose
|
private int state;//0正常 1商品下架
|
|
public int getState() {
|
return state;
|
}
|
|
public void setState(int state) {
|
this.state = state;
|
}
|
|
public String getDesc() {
|
return desc;
|
}
|
|
public void setDesc(String desc) {
|
this.desc = desc;
|
}
|
|
public String getQuanPrice() {
|
return quanPrice;
|
}
|
|
public void setQuanPrice(String quanPrice) {
|
this.quanPrice = quanPrice;
|
}
|
|
public HongBaoInfo getTaoBaoHongBaoInfo() {
|
return taoBaoHongBaoInfo;
|
}
|
|
public void setTaoBaoHongBaoInfo(HongBaoInfo taoBaoHongBaoInfo) {
|
this.taoBaoHongBaoInfo = taoBaoHongBaoInfo;
|
}
|
|
public String getSalesCount() {
|
return salesCount;
|
}
|
|
public void setSalesCount(String salesCount) {
|
this.salesCount = salesCount;
|
}
|
|
public String getId() {
|
return id;
|
}
|
|
public void setId(String id) {
|
this.id = id;
|
}
|
|
public String getBaoyou() {
|
return baoyou;
|
}
|
|
public void setBaoyou(String baoyou) {
|
this.baoyou = baoyou;
|
}
|
|
public QuanInfo getTaoBaoQuanInfo() {
|
return taoBaoQuanInfo;
|
}
|
|
public void setTaoBaoQuanInfo(QuanInfo taoBaoQuanInfo) {
|
this.taoBaoQuanInfo = taoBaoQuanInfo;
|
}
|
|
public String getAuctionUrl() {
|
return auctionUrl;
|
}
|
|
public void setAuctionUrl(String auctionUrl) {
|
this.auctionUrl = auctionUrl;
|
}
|
|
|
public String getShopType() {
|
return shopType;
|
}
|
|
public void setShopType(String shopType) {
|
this.shopType = shopType;
|
}
|
|
public String getShowType() {
|
return showType;
|
}
|
|
public void setShowType(String showType) {
|
this.showType = showType;
|
}
|
|
public String getTitle() {
|
return title;
|
}
|
|
public void setTitle(String title) {
|
this.title = title;
|
}
|
|
public String getPictUrl() {
|
return pictUrl;
|
}
|
|
public void setPictUrl(String pictUrl) {
|
this.pictUrl = pictUrl;
|
}
|
|
public String getRootCatId() {
|
return rootCatId;
|
}
|
|
public void setRootCatId(String rootCatId) {
|
this.rootCatId = rootCatId;
|
}
|
|
public String getEventCreatorId() {
|
return eventCreatorId;
|
}
|
|
public void setEventCreatorId(String eventCreatorId) {
|
this.eventCreatorId = eventCreatorId;
|
}
|
|
public String getLeafCatId() {
|
return leafCatId;
|
}
|
|
public void setLeafCatId(String leafCatId) {
|
this.leafCatId = leafCatId;
|
}
|
|
public String getRootCatScore() {
|
return rootCatScore;
|
}
|
|
public void setRootCatScore(String rootCatScore) {
|
this.rootCatScore = rootCatScore;
|
}
|
|
public String getSellerId() {
|
return sellerId;
|
}
|
|
public void setSellerId(String sellerId) {
|
this.sellerId = sellerId;
|
}
|
|
public String getUserType() {
|
return userType;
|
}
|
|
public void setUserType(String userType) {
|
this.userType = userType;
|
}
|
|
public String getShopTitle() {
|
return shopTitle;
|
}
|
|
public void setShopTitle(String shopTitle) {
|
this.shopTitle = shopTitle;
|
}
|
|
public String getAuctionId() {
|
return auctionId;
|
}
|
|
public void setAuctionId(String auctionId) {
|
this.auctionId = auctionId;
|
}
|
|
public String getBiz30day() {
|
return biz30day;
|
}
|
|
public void setBiz30day(String biz30day) {
|
this.biz30day = biz30day;
|
}
|
|
public String getTkRate() {
|
return tkRate;
|
}
|
|
public void setTkRate(String tkRate) {
|
this.tkRate = tkRate;
|
}
|
|
public String getIncludeDxjh() {
|
return includeDxjh;
|
}
|
|
public void setIncludeDxjh(String includeDxjh) {
|
this.includeDxjh = includeDxjh;
|
}
|
|
public String getReservePrice() {
|
return reservePrice;
|
}
|
|
public void setReservePrice(String reservePrice) {
|
this.reservePrice = reservePrice;
|
}
|
|
public String getTkCommFee() {
|
return tkCommFee;
|
}
|
|
public void setTkCommFee(String tkCommFee) {
|
this.tkCommFee = tkCommFee;
|
}
|
|
public String getTotalFee() {
|
return totalFee;
|
}
|
|
public void setTotalFee(String totalFee) {
|
this.totalFee = totalFee;
|
}
|
|
public String getTotalNum() {
|
return totalNum;
|
}
|
|
public void setTotalNum(String totalNum) {
|
this.totalNum = totalNum;
|
}
|
|
public String getZkPrice() {
|
return zkPrice;
|
}
|
|
public void setZkPrice(String zkPrice) {
|
this.zkPrice = zkPrice;
|
}
|
|
public String getDayLeft() {
|
return dayLeft;
|
}
|
|
public void setDayLeft(String dayLeft) {
|
this.dayLeft = dayLeft;
|
}
|
|
public String getRlRate() {
|
return rlRate;
|
}
|
|
public void setRlRate(String rlRate) {
|
this.rlRate = rlRate;
|
}
|
|
public String getHasRecommended() {
|
return hasRecommended;
|
}
|
|
public void setHasRecommended(String hasRecommended) {
|
this.hasRecommended = hasRecommended;
|
}
|
|
public String getHasSame() {
|
return hasSame;
|
}
|
|
public void setHasSame(String hasSame) {
|
this.hasSame = hasSame;
|
}
|
|
public String getSameItemPid() {
|
return sameItemPid;
|
}
|
|
public void setSameItemPid(String sameItemPid) {
|
this.sameItemPid = sameItemPid;
|
}
|
|
public String getCouponTotalCount() {
|
return couponTotalCount;
|
}
|
|
public void setCouponTotalCount(String couponTotalCount) {
|
this.couponTotalCount = couponTotalCount;
|
}
|
|
public String getCouponLeftCount() {
|
return couponLeftCount;
|
}
|
|
public void setCouponLeftCount(String couponLeftCount) {
|
this.couponLeftCount = couponLeftCount;
|
}
|
|
public String getCouponAmount() {
|
return couponAmount;
|
}
|
|
public void setCouponAmount(String couponAmount) {
|
this.couponAmount = couponAmount;
|
}
|
|
public String getCouponStartFee() {
|
return couponStartFee;
|
}
|
|
public void setCouponStartFee(String couponStartFee) {
|
this.couponStartFee = couponStartFee;
|
}
|
}
|