| | |
| | | import java.util.Date;
|
| | | import java.util.List;
|
| | |
|
| | | import javax.persistence.Column;
|
| | | import javax.persistence.Entity;
|
| | | import javax.persistence.GeneratedValue;
|
| | | import javax.persistence.GenerationType;
|
| | | import javax.persistence.Id;
|
| | | import javax.persistence.Table;
|
| | | import javax.persistence.Transient;
|
| | |
|
| | | import org.hibernate.annotations.Type;
|
| | |
| | | *
|
| | | */
|
| | | @Entity
|
| | | @Table(name = "yeshi_ec_taobao_goods")
|
| | | @org.yeshi.utils.mybatis.Table("yeshi_ec_taobao_goods")
|
| | | public class TaoBaoGoodsBrief implements Serializable {
|
| | |
|
| | |
| | | @org.yeshi.utils.mybatis.Column(name = "id")
|
| | | @Id
|
| | | @GeneratedValue(strategy = GenerationType.AUTO)
|
| | | @Column(name = "id")
|
| | | @Expose
|
| | | private Long id;
|
| | |
|
| | |
| | | private Integer leafCatId;// 50011277, 子类目id
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "debugInfo")
|
| | | @Column(length = 50)
|
| | | private String debugInfo;// null,
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "rootCatScore")
|
| | |
| | |
|
| | | @Expose
|
| | | @org.yeshi.utils.mybatis.Column(name = "shopTitle")
|
| | | @Column(length = 256)
|
| | | private String shopTitle;// 店铺名称
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "pictUrl")
|
| | | @Column(length = 256)
|
| | | @Expose
|
| | | private String pictUrl;// 主图链接
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "pictUrlWhite")
|
| | | @Column(length = 256)
|
| | | @Expose
|
| | | private String pictUrlWhite;// 白底色图片链接
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "title")
|
| | | @Column(length = 256)
|
| | | @Expose
|
| | | private String title;// 商品标题
|
| | |
|
| | |
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "couponLink")
|
| | | @Expose
|
| | | @Column(length = 256)
|
| | | private String couponLink;// 优惠券链�?
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "couponLinkTaoToken")
|
| | | @Expose
|
| | | @Column(length = 256)
|
| | | private String couponLinkTaoToken;//
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "couponActivityId")
|
| | | @Expose
|
| | | @Column(length = 128)
|
| | | private String couponActivityId;//
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "biz30day")
|
| | |
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "nick")
|
| | | @Expose
|
| | | @Column(length = 50)
|
| | | private String nick;// "yoyo_808611", 店铺名称
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "includeDxjh")
|
| | |
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "tk3rdRate")
|
| | | @Expose
|
| | | @Column(length = 50)
|
| | | private String tk3rdRate;// null,
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "auctionUrl")
|
| | | @Column(length = 128)
|
| | | @Expose
|
| | | private String auctionUrl;// 商品链接
|
| | |
|
| | |
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "eventRate")
|
| | | @Expose
|
| | | @Column(length = 50)
|
| | | private String eventRate;// null,
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "couponShortLink")
|
| | | @Expose
|
| | | @Column(length = 128)
|
| | | private String couponShortLink;// 优惠券短�?
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "couponInfo")
|
| | | @Column(length = 50)
|
| | | @Expose
|
| | | private String couponInfo;// 优惠券信�?
|
| | |
|
| | |
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "couponEffectiveStartTime")
|
| | | @Expose
|
| | | @Column(length = 20)
|
| | | private String couponEffectiveStartTime;// "2017-02-04",优惠券开始时�?
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "couponEffectiveEndTime")
|
| | | @Expose
|
| | | @Column(length = 20)
|
| | | private String couponEffectiveEndTime;// 优惠券结束时�?
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "hasUmpBonus")
|
| | | @Expose
|
| | | @Column(length = 10)
|
| | | private String hasUmpBonus;// null,
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "isBizActivity")
|
| | | @Expose
|
| | | @Column(length = 10)
|
| | | private String isBizActivity;// null,
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "umpBonus")
|
| | | @Expose
|
| | | @Column(length = 10)
|
| | | private String umpBonus;// null,
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "rootCategoryName")
|
| | | @Expose
|
| | | @Column(length = 30)
|
| | | private String rootCategoryName;// 一级分类名称
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "couponOriLink")
|
| | | @Expose
|
| | | @Column(length = 128)
|
| | | private String couponOriLink;// 优惠券原始链�?
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "userTypeName")
|
| | | @Expose
|
| | | @Column(length = 30)
|
| | | private String userTypeName;// 用户类型
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "tkMktStatus")
|
| | | @Expose
|
| | | @Column
|
| | | private String tkMktStatus; // 1:营销返利
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "totalSales")
|
| | |
| | | @org.yeshi.utils.mybatis.Column(name = "createtime")
|
| | | @Expose
|
| | | @Type(type = "date")
|
| | | @Column
|
| | | private Date createtime;
|
| | | // 更新时间
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "updatetime")
|
| | | @Expose
|
| | | @Type(type = "date")
|
| | | @Column
|
| | | private Date updatetime;
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "state")
|
| | | @Expose
|
| | | @Column
|
| | | private Integer state;// 0-正常 1-商品下架
|
| | |
|
| | | @org.yeshi.utils.mybatis.Column(name = "material_lib_type")
|