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/shop/BanLiShopOrderGoods.java | 214 ++++++++++++++++++++++++++-------------------------- 1 files changed, 107 insertions(+), 107 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/shop/BanLiShopOrderGoods.java b/fanli/src/main/java/com/yeshi/fanli/entity/shop/BanLiShopOrderGoods.java index 676f4fc..af384a2 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/shop/BanLiShopOrderGoods.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/shop/BanLiShopOrderGoods.java @@ -1,107 +1,107 @@ -package com.yeshi.fanli.entity.shop; - -import java.math.BigDecimal; -import java.util.Date; - -import org.yeshi.utils.mybatis.Column; -import org.yeshi.utils.mybatis.Table; - -/** - * 璁㈠崟 - * - * @author Administrator - * - */ -@Table("yeshi_ec_shop_order_goods") -public class BanLiShopOrderGoods { - @Column(name = "og_id") - private Long id; - @Column(name = "og_picture") - private String picture; - @Column(name = "og_goods_name") - private String goodsName;// 鍟嗗搧鍚嶅瓧 - @Column(name = "og_set_name") - private String setName;// 濂楅鍚嶅瓧 - @Column(name = "og_create_time") - private Date createTime;// 鍒涘缓鏃堕棿 - @Column(name = "og_state") - private Integer state;// 0-涓嬬嚎 1-鍦ㄧ嚎 - @Column(name = "og_zk_price") - private BigDecimal zkPrice;// 鍟嗗搧鎶樻墸浠锋牸 - @Column(name = "og_goods_id") - private Long goodsId;// 鍟嗗搧ID - @Column(name = "og_goods_set_id") - private Long goodsSetId;// 濂楅ID - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public String getGoodsName() { - return goodsName; - } - - public void setGoodsName(String goodsName) { - this.goodsName = goodsName; - } - - public String getSetName() { - return setName; - } - - public void setSetName(String setName) { - this.setName = setName; - } - - public Date getCreateTime() { - return createTime; - } - - public void setCreateTime(Date createTime) { - this.createTime = createTime; - } - - public Integer getState() { - return state; - } - - public void setState(Integer state) { - this.state = state; - } - - public BigDecimal getZkPrice() { - return zkPrice; - } - - public void setZkPrice(BigDecimal zkPrice) { - this.zkPrice = zkPrice; - } - - public Long getGoodsId() { - return goodsId; - } - - public void setGoodsId(Long goodsId) { - this.goodsId = goodsId; - } - - public Long getGoodsSetId() { - return goodsSetId; - } - - public void setGoodsSetId(Long goodsSetId) { - this.goodsSetId = goodsSetId; - } - - public String getPicture() { - return picture; - } - - public void setPicture(String picture) { - this.picture = picture; - } -} +package com.yeshi.fanli.entity.shop; + +import java.math.BigDecimal; +import java.util.Date; + +import org.yeshi.utils.generater.mybatis.Column; +import org.yeshi.utils.generater.mybatis.Table; + +/** + * 璁㈠崟 + * + * @author Administrator + * + */ +@Table("yeshi_ec_shop_order_goods") +public class BanLiShopOrderGoods { + @Column(name = "og_id") + private Long id; + @Column(name = "og_picture") + private String picture; + @Column(name = "og_goods_name") + private String goodsName;// 鍟嗗搧鍚嶅瓧 + @Column(name = "og_set_name") + private String setName;// 濂楅鍚嶅瓧 + @Column(name = "og_create_time") + private Date createTime;// 鍒涘缓鏃堕棿 + @Column(name = "og_state") + private Integer state;// 0-涓嬬嚎 1-鍦ㄧ嚎 + @Column(name = "og_zk_price") + private BigDecimal zkPrice;// 鍟嗗搧鎶樻墸浠锋牸 + @Column(name = "og_goods_id") + private Long goodsId;// 鍟嗗搧ID + @Column(name = "og_goods_set_id") + private Long goodsSetId;// 濂楅ID + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public String getGoodsName() { + return goodsName; + } + + public void setGoodsName(String goodsName) { + this.goodsName = goodsName; + } + + public String getSetName() { + return setName; + } + + public void setSetName(String setName) { + this.setName = setName; + } + + public Date getCreateTime() { + return createTime; + } + + public void setCreateTime(Date createTime) { + this.createTime = createTime; + } + + public Integer getState() { + return state; + } + + public void setState(Integer state) { + this.state = state; + } + + public BigDecimal getZkPrice() { + return zkPrice; + } + + public void setZkPrice(BigDecimal zkPrice) { + this.zkPrice = zkPrice; + } + + public Long getGoodsId() { + return goodsId; + } + + public void setGoodsId(Long goodsId) { + this.goodsId = goodsId; + } + + public Long getGoodsSetId() { + return goodsSetId; + } + + public void setGoodsSetId(Long goodsSetId) { + this.goodsSetId = goodsSetId; + } + + public String getPicture() { + return picture; + } + + public void setPicture(String picture) { + this.picture = picture; + } +} -- Gitblit v1.8.0