| | |
| | | |
| | | public class TBGoodsInfo { |
| | | private Long id; |
| | | |
| | | private Long goodsId; |
| | | |
| | | private String title; |
| | | |
| | | private String imgs; |
| | | |
| | | private BigDecimal zkPrice; |
| | | |
| | | private String couponInfo; |
| | | |
| | | private BigDecimal couponAmount; |
| | | |
| | | private BigDecimal couponStartPrice; |
| | | |
| | | private Integer couponTotalCount; |
| | | |
| | | private Integer couponLeftCount; |
| | | |
| | | private String couponStartTime; |
| | | |
| | | private String couponEndTime; |
| | | |
| | | private BigDecimal couponPrice; |
| | | |
| | | private Integer salesNum; |
| | | |
| | | private BigDecimal commissionRate; |
| | | |
| | | private Date createTime; |
| | | |
| | | private Date updateTime; |
| | | |
| | | private Integer cid;//淘宝分类ID |
| | | |
| | | private Integer tmall;//是否为天猫 1-是 |
| | | private String tkl; |
| | | private Date tklUpdateTime; |
| | | |
| | | public String getTkl() { |
| | | return tkl; |
| | | } |
| | | |
| | | public void setTkl(String tkl) { |
| | | this.tkl = tkl; |
| | | } |
| | | |
| | | public Date getTklUpdateTime() { |
| | | return tklUpdateTime; |
| | | } |
| | | |
| | | public void setTklUpdateTime(Date tklUpdateTime) { |
| | | this.tklUpdateTime = tklUpdateTime; |
| | | } |
| | | |
| | | public Integer getTmall() { |
| | | return tmall; |