package com.yeshi.fanli.entity.taobao.dataoke;
|
|
import java.math.BigDecimal;
|
import java.util.Date;
|
|
import org.yeshi.utils.mybatis.Column;
|
import org.yeshi.utils.mybatis.Table;
|
|
import com.google.gson.annotations.SerializedName;
|
|
/**
|
* 大淘客商品详情
|
*
|
* @author Administrator
|
*
|
*/
|
@Table("yeshi_ec_goods_dataoke")
|
public class DaTaoKeDetail {
|
|
public DaTaoKeDetail(Long id) {
|
this.id = id;
|
}
|
|
public DaTaoKeDetail() {
|
}
|
|
@Column(name = "id")
|
@SerializedName("ID")
|
private Long id;// 大淘客ID
|
|
|
@Column(name = "d_title")
|
@SerializedName("D_title")
|
private String dTitle;// 商品短标题
|
@Column(name = "title")
|
@SerializedName("Title")
|
private String title;// 商品标题
|
@Column(name = "dsr")
|
@SerializedName("Dsr")
|
private String dsr;// 商品描述分
|
@Column(name = "commission_queqiao")
|
@SerializedName("Commission_queqiao")
|
private BigDecimal commissionQueQiao;// 高佣鹊桥佣金比例
|
@Column(name = "quan_receive")
|
@SerializedName("Quan_receive")
|
private Integer quanReceive;// 已领券数量
|
@Column(name = "quan_price")
|
@SerializedName("Quan_price")
|
private BigDecimal quanPrice;// 优惠券金额
|
@Column(name = "yongjin_type")
|
@SerializedName("Yongjin_type")
|
private Integer yongJinType;// 佣金类型
|
@Column(name = "quan_time")
|
@SerializedName("Quan_time")
|
private String quanTime;// 优惠券结束时间
|
@Column(name = "jihua_link")
|
@SerializedName("Jihua_link")
|
private String jiHuaLink;// 计划链接
|
@Column(name = "price")
|
@SerializedName("Price")
|
private BigDecimal price;// 券后价
|
@Column(name = "jihua_shenhe")
|
@SerializedName("Jihua_shenhe")
|
private Integer jiHuaShenHe;// 计划审核
|
@Column(name = "introduce")
|
@SerializedName("Introduce")
|
private String introduce;// 商品文案
|
@Column(name = "cid")
|
@SerializedName("Cid")
|
private Integer cid;// 分类ID
|
@Column(name = "sales_num")
|
@SerializedName("Sales_num")
|
private Integer salesNum;// 销量
|
@Column(name = "quan_link")
|
@SerializedName("Quan_link")
|
private String quanLink;// 手机券链接
|
@Column(name = "is_tmall")
|
@SerializedName("IsTmall")
|
private Integer isTmall;// 是否是天猫
|
@Column(name = "goods_id")
|
@SerializedName("GoodsID")
|
private Long goodsId;// 淘宝商品ID
|
@Column(name = "commission_jihua")
|
@SerializedName("Commission_jihua")
|
private BigDecimal commissionJiHua;// 计划(通用)佣金比例
|
@Column(name = "que_siteid")
|
@SerializedName("Que_siteid")
|
private String queSiteId;
|
@Column(name = "commission")
|
@SerializedName("Commission")
|
private BigDecimal commission;// 佣金
|
@Column(name = "pic")
|
@SerializedName("Pic")
|
private String pic;// 图片
|
@Column(name = "org_price")
|
@SerializedName("Org_Price")
|
private BigDecimal orgPrice;// 正常售价
|
@Column(name = "quan_m_link")
|
@SerializedName("Quan_m_link")
|
private String quanMLink;// 手机券短链
|
@Column(name = "quan_id")
|
@SerializedName("Quan_id")
|
private String quanId;// 优惠券ID
|
@Column(name = "quan_condition")
|
@SerializedName("Quan_condition")
|
private String quanCondition;// 优惠券使用条件
|
@Column(name = "quan_surplus")
|
@SerializedName("Quan_surplus")
|
private Integer quanSurplus;// 优惠券剩余数量
|
@Column(name = "seller_id")
|
@SerializedName("SellerID")
|
private Long sellerId;// 卖家ID
|
@Column(name = "udapte_time")
|
private Date updateTime;
|
|
public Date getUpdateTime() {
|
return updateTime;
|
}
|
|
public void setUpdateTime(Date updateTime) {
|
this.updateTime = updateTime;
|
}
|
|
public Long getId() {
|
return id;
|
}
|
|
public void setId(Long id) {
|
this.id = id;
|
}
|
|
public String getdTitle() {
|
return dTitle;
|
}
|
|
public void setdTitle(String dTitle) {
|
this.dTitle = dTitle;
|
}
|
|
public String getTitle() {
|
return title;
|
}
|
|
public void setTitle(String title) {
|
this.title = title;
|
}
|
|
public String getDsr() {
|
return dsr;
|
}
|
|
public void setDsr(String dsr) {
|
this.dsr = dsr;
|
}
|
|
public BigDecimal getCommissionQueQiao() {
|
return commissionQueQiao;
|
}
|
|
public void setCommissionQueQiao(BigDecimal commissionQueQiao) {
|
this.commissionQueQiao = commissionQueQiao;
|
}
|
|
public Integer getQuanReceive() {
|
return quanReceive;
|
}
|
|
public void setQuanReceive(Integer quanReceive) {
|
this.quanReceive = quanReceive;
|
}
|
|
public BigDecimal getQuanPrice() {
|
return quanPrice;
|
}
|
|
public void setQuanPrice(BigDecimal quanPrice) {
|
this.quanPrice = quanPrice;
|
}
|
|
public Integer getYongJinType() {
|
return yongJinType;
|
}
|
|
public void setYongJinType(Integer yongJinType) {
|
this.yongJinType = yongJinType;
|
}
|
|
public String getQuanTime() {
|
return quanTime;
|
}
|
|
public void setQuanTime(String quanTime) {
|
this.quanTime = quanTime;
|
}
|
|
public String getJiHuaLink() {
|
return jiHuaLink;
|
}
|
|
public void setJiHuaLink(String jiHuaLink) {
|
this.jiHuaLink = jiHuaLink;
|
}
|
|
public BigDecimal getPrice() {
|
return price;
|
}
|
|
public void setPrice(BigDecimal price) {
|
this.price = price;
|
}
|
|
public Integer getJiHuaShenHe() {
|
return jiHuaShenHe;
|
}
|
|
public void setJiHuaShenHe(Integer jiHuaShenHe) {
|
this.jiHuaShenHe = jiHuaShenHe;
|
}
|
|
public String getIntroduce() {
|
return introduce;
|
}
|
|
public void setIntroduce(String introduce) {
|
this.introduce = introduce;
|
}
|
|
public Integer getCid() {
|
return cid;
|
}
|
|
public void setCid(Integer cid) {
|
this.cid = cid;
|
}
|
|
public Integer getSalesNum() {
|
return salesNum;
|
}
|
|
public void setSalesNum(Integer salesNum) {
|
this.salesNum = salesNum;
|
}
|
|
public String getQuanLink() {
|
return quanLink;
|
}
|
|
public void setQuanLink(String quanLink) {
|
this.quanLink = quanLink;
|
}
|
|
public Integer getIsTmall() {
|
return isTmall;
|
}
|
|
public void setIsTmall(Integer isTmall) {
|
this.isTmall = isTmall;
|
}
|
|
public Long getGoodsId() {
|
return goodsId;
|
}
|
|
public void setGoodsId(Long goodsId) {
|
this.goodsId = goodsId;
|
}
|
|
public BigDecimal getCommissionJiHua() {
|
return commissionJiHua;
|
}
|
|
public void setCommissionJiHua(BigDecimal commissionJiHua) {
|
this.commissionJiHua = commissionJiHua;
|
}
|
|
public String getQueSiteId() {
|
return queSiteId;
|
}
|
|
public void setQueSiteId(String queSiteId) {
|
this.queSiteId = queSiteId;
|
}
|
|
public BigDecimal getCommission() {
|
return commission;
|
}
|
|
public void setCommission(BigDecimal commission) {
|
this.commission = commission;
|
}
|
|
public String getPic() {
|
return pic;
|
}
|
|
public void setPic(String pic) {
|
this.pic = pic;
|
}
|
|
public BigDecimal getOrgPrice() {
|
return orgPrice;
|
}
|
|
public void setOrgPrice(BigDecimal orgPrice) {
|
this.orgPrice = orgPrice;
|
}
|
|
public String getQuanMLink() {
|
return quanMLink;
|
}
|
|
public void setQuanMLink(String quanMLink) {
|
this.quanMLink = quanMLink;
|
}
|
|
public String getQuanId() {
|
return quanId;
|
}
|
|
public void setQuanId(String quanId) {
|
this.quanId = quanId;
|
}
|
|
public String getQuanCondition() {
|
return quanCondition;
|
}
|
|
public void setQuanCondition(String quanCondition) {
|
this.quanCondition = quanCondition;
|
}
|
|
public Integer getQuanSurplus() {
|
return quanSurplus;
|
}
|
|
public void setQuanSurplus(Integer quanSurplus) {
|
this.quanSurplus = quanSurplus;
|
}
|
|
public Long getSellerId() {
|
return sellerId;
|
}
|
|
public void setSellerId(Long sellerId) {
|
this.sellerId = sellerId;
|
}
|
}
|