| | |
| | | public static int GOODS_TYPE_TB = 1;// 淘宝天猫
|
| | | public static int GOODS_TYPE_JD = 2;// 京东
|
| | | public static int GOODS_TYPE_PDD = 3;// 拼多多
|
| | | public static int GOODS_TYPE_VIP = 4;// 唯品会
|
| | | public static int GOODS_TYPE_SUNING = 5;// 苏宁
|
| | |
|
| | | public static int SHOP_TYPE_TB = 1;// 淘宝
|
| | | public static int SHOP_TYPE_TM = 2;// 天猫
|
| | | public static int SHOP_TYPE_JD = 20;// 京东
|
| | | public static int SHOP_TYPE_JD_SELF = 21;// 京东自营
|
| | | public static int SHOP_TYPE_PDD = 30;// 拼多多
|
| | | public static int SHOP_TYPE_VIP = 40;//唯品会自营
|
| | | |
| | | public static int SHOP_TYPE_SUNING = 50;//苏宁
|
| | | public static int SHOP_TYPE_SUNING_SELF = 51;//苏宁自营
|
| | | |
| | |
|
| | | public static int STATE_NORMAL = 0;// 正常
|
| | | public static int STATE_OFFLINE = 1;// 下线
|
| | |
| | | private String otherInfo; // 商品其他信息-json字符串
|
| | | @Column(name = "cg_category_info")
|
| | | private String categoryInfo; // 商品分类信息
|
| | | |
| | |
|
| | | @Column(name = "cg_createtime")
|
| | | private Date createTime;
|
| | | @Column(name = "cg_updatetime")
|
| | |
| | | public void setCategoryInfo(String categoryInfo) {
|
| | | this.categoryInfo = categoryInfo;
|
| | | }
|
| | | |
| | |
|
| | | }
|