From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/entity/order/CommonOrderGoods.java | 460 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 230 insertions(+), 230 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/order/CommonOrderGoods.java b/fanli/src/main/java/com/yeshi/fanli/entity/order/CommonOrderGoods.java index 7552f75..e36c324 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/order/CommonOrderGoods.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/order/CommonOrderGoods.java @@ -1,230 +1,230 @@ -package com.yeshi.fanli.entity.order; - -import java.io.Serializable; -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.Expose; - -/** - * 璁㈠崟鍟嗗搧-绠�鐗� - * - * @author yj - * - * @date 2018骞�12鏈�23鏃� - */ - -@Table("yeshi_ec_common_order_goods") -public class CommonOrderGoods implements Serializable { - - private static final long serialVersionUID = 1L; - - // 娣樺疂 - public final static String TYPE_TAOBAO = "TB"; - // 澶╃尗 - public final static String TYPE_TMALL = "TM"; - - @Column(name = "cog_id") - private Long id; - - // 绗笁鏂瑰晢鍝両D - @Expose - @Column(name = "cog_goods_id") - private String goodsId; - - // 鍟嗗搧鐨勭被鍨� - @Column(name = "cog_goods_type") - private Integer goodsType;// 绛夊悓浜嶤ommonOrder鐨剆ourceType - - // 鏍囬(鍙樺寲鏃舵柊寤�) - @Expose - @Column(name = "cog_title") - private String title; - - // 鍥剧墖(鍙樺寲鏃舵柊寤�) - @Expose - @Column(name = "cog_picture") - private String picture; - - // 浠锋牸(鍙樺寲鏃舵柊寤�) - @Expose - @Column(name = "cog_price") - private BigDecimal price; - - //瀹為檯浠锋牸 - @Column(name = "cog_actual_price") - private BigDecimal actualPrice; - - // 搴楅摵id - @Expose - @Column(name = "cog_shop_id") - private Long shopId; - - // 搴楅摵鍚嶇О - @Expose - @Column(name = "cog_shop_name") - private String shopName; - - // 搴楅摵鐨勭被鍨� - @Expose - @Column(name = "cog_shop_type") - private String shopType; - - // 鐘舵�侊細0姝e父 1涓嬫灦 - @Expose - @Column(name = "cog_state") - private Integer state; - - // 鍒涘缓鏃堕棿 - @Column(name = "cog_create_time") - private Date createTime; - - // 鏇存柊鏃堕棿 - @Column(name = "cog_update_time") - private Date updateTime; - - // 鍒嗙被 - private String category1; - private String category2; - private String category3; - - public CommonOrderGoods() { - - } - - public CommonOrderGoods(Long id) { - this.id = id; - } - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public Integer getGoodsType() { - return goodsType; - } - - public void setGoodsType(Integer goodsType) { - this.goodsType = goodsType; - } - - public String getGoodsId() { - return goodsId; - } - - public void setGoodsId(String goodsId) { - this.goodsId = goodsId; - } - - public String getTitle() { - return title; - } - - public void setTitle(String title) { - this.title = title; - } - - public String getPicture() { - return picture; - } - - public void setPicture(String picture) { - this.picture = picture; - } - - public BigDecimal getPrice() { - return price; - } - - public void setPrice(BigDecimal price) { - this.price = price; - } - - public Long getShopId() { - return shopId; - } - - public void setShopId(Long shopId) { - this.shopId = shopId; - } - - public String getShopName() { - return shopName; - } - - public void setShopName(String shopName) { - this.shopName = shopName; - } - - public String getShopType() { - return shopType; - } - - public void setShopType(String shopType) { - this.shopType = shopType; - } - - public Integer getState() { - return state; - } - - public void setState(Integer state) { - this.state = state; - } - - public Date getCreateTime() { - return createTime; - } - - public void setCreateTime(Date createTime) { - this.createTime = createTime; - } - - public Date getUpdateTime() { - return updateTime; - } - - public void setUpdateTime(Date updateTime) { - this.updateTime = updateTime; - } - - public BigDecimal getActualPrice() { - return actualPrice; - } - - public void setActualPrice(BigDecimal actualPrice) { - this.actualPrice = actualPrice; - } - - public String getCategory1() { - return category1; - } - - public void setCategory1(String category1) { - this.category1 = category1; - } - - public String getCategory2() { - return category2; - } - - public void setCategory2(String category2) { - this.category2 = category2; - } - - public String getCategory3() { - return category3; - } - - public void setCategory3(String category3) { - this.category3 = category3; - } - -} +package com.yeshi.fanli.entity.order; + +import java.io.Serializable; +import java.math.BigDecimal; +import java.util.Date; + +import org.yeshi.utils.generater.mybatis.Column; +import org.yeshi.utils.generater.mybatis.Table; + +import com.google.gson.annotations.Expose; + +/** + * 璁㈠崟鍟嗗搧-绠�鐗� + * + * @author yj + * + * @date 2018骞�12鏈�23鏃� + */ + +@Table("yeshi_ec_common_order_goods") +public class CommonOrderGoods implements Serializable { + + private static final long serialVersionUID = 1L; + + // 娣樺疂 + public final static String TYPE_TAOBAO = "TB"; + // 澶╃尗 + public final static String TYPE_TMALL = "TM"; + + @Column(name = "cog_id") + private Long id; + + // 绗笁鏂瑰晢鍝両D + @Expose + @Column(name = "cog_goods_id") + private String goodsId; + + // 鍟嗗搧鐨勭被鍨� + @Column(name = "cog_goods_type") + private Integer goodsType;// 绛夊悓浜嶤ommonOrder鐨剆ourceType + + // 鏍囬(鍙樺寲鏃舵柊寤�) + @Expose + @Column(name = "cog_title") + private String title; + + // 鍥剧墖(鍙樺寲鏃舵柊寤�) + @Expose + @Column(name = "cog_picture") + private String picture; + + // 浠锋牸(鍙樺寲鏃舵柊寤�) + @Expose + @Column(name = "cog_price") + private BigDecimal price; + + //瀹為檯浠锋牸 + @Column(name = "cog_actual_price") + private BigDecimal actualPrice; + + // 搴楅摵id + @Expose + @Column(name = "cog_shop_id") + private Long shopId; + + // 搴楅摵鍚嶇О + @Expose + @Column(name = "cog_shop_name") + private String shopName; + + // 搴楅摵鐨勭被鍨� + @Expose + @Column(name = "cog_shop_type") + private String shopType; + + // 鐘舵�侊細0姝e父 1涓嬫灦 + @Expose + @Column(name = "cog_state") + private Integer state; + + // 鍒涘缓鏃堕棿 + @Column(name = "cog_create_time") + private Date createTime; + + // 鏇存柊鏃堕棿 + @Column(name = "cog_update_time") + private Date updateTime; + + // 鍒嗙被 + private String category1; + private String category2; + private String category3; + + public CommonOrderGoods() { + + } + + public CommonOrderGoods(Long id) { + this.id = id; + } + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public Integer getGoodsType() { + return goodsType; + } + + public void setGoodsType(Integer goodsType) { + this.goodsType = goodsType; + } + + public String getGoodsId() { + return goodsId; + } + + public void setGoodsId(String goodsId) { + this.goodsId = goodsId; + } + + public String getTitle() { + return title; + } + + public void setTitle(String title) { + this.title = title; + } + + public String getPicture() { + return picture; + } + + public void setPicture(String picture) { + this.picture = picture; + } + + public BigDecimal getPrice() { + return price; + } + + public void setPrice(BigDecimal price) { + this.price = price; + } + + public Long getShopId() { + return shopId; + } + + public void setShopId(Long shopId) { + this.shopId = shopId; + } + + public String getShopName() { + return shopName; + } + + public void setShopName(String shopName) { + this.shopName = shopName; + } + + public String getShopType() { + return shopType; + } + + public void setShopType(String shopType) { + this.shopType = shopType; + } + + public Integer getState() { + return state; + } + + public void setState(Integer state) { + this.state = state; + } + + public Date getCreateTime() { + return createTime; + } + + public void setCreateTime(Date createTime) { + this.createTime = createTime; + } + + public Date getUpdateTime() { + return updateTime; + } + + public void setUpdateTime(Date updateTime) { + this.updateTime = updateTime; + } + + public BigDecimal getActualPrice() { + return actualPrice; + } + + public void setActualPrice(BigDecimal actualPrice) { + this.actualPrice = actualPrice; + } + + public String getCategory1() { + return category1; + } + + public void setCategory1(String category1) { + this.category1 = category1; + } + + public String getCategory2() { + return category2; + } + + public void setCategory2(String category2) { + this.category2 = category2; + } + + public String getCategory3() { + return category3; + } + + public void setCategory3(String category3) { + this.category3 = category3; + } + +} -- Gitblit v1.8.0