| | |
| | | package com.yeshi.fanli.util.goods.douyin.vo; |
| | | |
| | | import com.yeshi.fanli.entity.goods.BaseGoodsInfo; |
| | | |
| | | /** |
| | | * @author hxh |
| | | * @title: DYGoods |
| | | * @description: 抖音商品信息 |
| | | * @date 2022/9/28 10:14 |
| | | */ |
| | | public class DYGoods { |
| | | public class DYGoods extends BaseGoodsInfo { |
| | | /** |
| | | * product_id : 3566898027765626183 |
| | | * title : 千可净小白鞋专用去污膏不伤手带海绵擦去污渍膏 |
| | |
| | | /** |
| | | * 商品id |
| | | **/ |
| | | private long product_id; |
| | | private Long product_id; |
| | | /** |
| | | * 商品名称 |
| | | **/ |
| | |
| | | /** |
| | | * 在穿⼭甲上是否有达⼈特殊佣⾦ |
| | | **/ |
| | | private boolean is_kol_product; |
| | | private Boolean is_kol_product; |
| | | /** |
| | | * 商品价格,单位分 |
| | | **/ |
| | | private long price; |
| | | private Long price; |
| | | /** |
| | | * 商品⼀级类⽬ |
| | | **/ |
| | | private long first_cid; |
| | | private Long first_cid; |
| | | /** |
| | | * 商品⼆级类⽬ |
| | | **/ |
| | | private long second_cid; |
| | | private Long second_cid; |
| | | /** |
| | | * 商品三级类⽬ |
| | | **/ |
| | | private long third_cid; |
| | | private Long third_cid; |
| | | /** |
| | | * 有⽆库存 |
| | | **/ |
| | | private boolean in_stock; |
| | | private Boolean in_stock; |
| | | /** |
| | | * 商品历史销量 |
| | | **/ |
| | | private int sales; |
| | | private Integer sales; |
| | | /** |
| | | * 商品主图 |
| | | **/ |
| | |
| | | /** |
| | | * 商铺id |
| | | **/ |
| | | private long shop_id; |
| | | private Long shop_id; |
| | | /** |
| | | * 商铺名称 |
| | | **/ |
| | |
| | | * 券后价格,单位分(0或者没传则为 |
| | | * 原价) |
| | | **/ |
| | | private long coupon_price; |
| | | private Long coupon_price; |
| | | /** |
| | | * 分佣⽐例,百分⽐乘以 100,⽐如 |
| | | * 1% 返回 1*100 = 100 |
| | | **/ |
| | | private int cos_ratio; |
| | | private Integer cos_ratio; |
| | | /** |
| | | * 佣⾦⾦额,单位分 |
| | | **/ |
| | | private int cos_fee; |
| | | private Integer cos_fee; |
| | | /** |
| | | * ⼀个加密字段,需要在转链接⼝当 |
| | | * 中回传 |
| | | **/ |
| | | private String ext; |
| | | |
| | | public long getProduct_id() { |
| | | public Long getProduct_id() { |
| | | return product_id; |
| | | } |
| | | |
| | | public void setProduct_id(long product_id) { |
| | | public void setProduct_id(Long product_id) { |
| | | this.product_id = product_id; |
| | | } |
| | | |
| | |
| | | this.title = title; |
| | | } |
| | | |
| | | public boolean isIs_kol_product() { |
| | | public Boolean isIs_kol_product() { |
| | | return is_kol_product; |
| | | } |
| | | |
| | | public void setIs_kol_product(boolean is_kol_product) { |
| | | public void setIs_kol_product(Boolean is_kol_product) { |
| | | this.is_kol_product = is_kol_product; |
| | | } |
| | | |
| | | public long getPrice() { |
| | | public Long getPrice() { |
| | | return price; |
| | | } |
| | | |
| | | public void setPrice(long price) { |
| | | public void setPrice(Long price) { |
| | | this.price = price; |
| | | } |
| | | |
| | | public long getFirst_cid() { |
| | | public Long getFirst_cid() { |
| | | return first_cid; |
| | | } |
| | | |
| | | public void setFirst_cid(long first_cid) { |
| | | public void setFirst_cid(Long first_cid) { |
| | | this.first_cid = first_cid; |
| | | } |
| | | |
| | | public long getSecond_cid() { |
| | | public Long getSecond_cid() { |
| | | return second_cid; |
| | | } |
| | | |
| | | public void setSecond_cid(long second_cid) { |
| | | public void setSecond_cid(Long second_cid) { |
| | | this.second_cid = second_cid; |
| | | } |
| | | |
| | | public long getThird_cid() { |
| | | public Long getThird_cid() { |
| | | return third_cid; |
| | | } |
| | | |
| | | public void setThird_cid(long third_cid) { |
| | | public void setThird_cid(Long third_cid) { |
| | | this.third_cid = third_cid; |
| | | } |
| | | |
| | | public boolean isIn_stock() { |
| | | public Boolean isIn_stock() { |
| | | return in_stock; |
| | | } |
| | | |
| | | public void setIn_stock(boolean in_stock) { |
| | | public void setIn_stock(Boolean in_stock) { |
| | | this.in_stock = in_stock; |
| | | } |
| | | |
| | | public int getSales() { |
| | | public Integer getSales() { |
| | | return sales; |
| | | } |
| | | |
| | | public void setSales(int sales) { |
| | | public void setSales(Integer sales) { |
| | | this.sales = sales; |
| | | } |
| | | |
| | |
| | | this.detail_url = detail_url; |
| | | } |
| | | |
| | | public long getShop_id() { |
| | | public Long getShop_id() { |
| | | return shop_id; |
| | | } |
| | | |
| | | public void setShop_id(long shop_id) { |
| | | public void setShop_id(Long shop_id) { |
| | | this.shop_id = shop_id; |
| | | } |
| | | |
| | |
| | | this.shop_name = shop_name; |
| | | } |
| | | |
| | | public long getCoupon_price() { |
| | | public Long getCoupon_price() { |
| | | return coupon_price; |
| | | } |
| | | |
| | | public void setCoupon_price(long coupon_price) { |
| | | public void setCoupon_price(Long coupon_price) { |
| | | this.coupon_price = coupon_price; |
| | | } |
| | | |
| | | public int getCos_ratio() { |
| | | public Integer getCos_ratio() { |
| | | return cos_ratio; |
| | | } |
| | | |
| | | public void setCos_ratio(int cos_ratio) { |
| | | public void setCos_ratio(Integer cos_ratio) { |
| | | this.cos_ratio = cos_ratio; |
| | | } |
| | | |
| | | public int getCos_fee() { |
| | | public Integer getCos_fee() { |
| | | return cos_fee; |
| | | } |
| | | |
| | | public void setCos_fee(int cos_fee) { |
| | | public void setCos_fee(Integer cos_fee) { |
| | | this.cos_fee = cos_fee; |
| | | } |
| | | |