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/bus/share/UserShareGoodsGroup.java | 310 +++++++++++++++++++++++++------------------------- 1 files changed, 155 insertions(+), 155 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/share/UserShareGoodsGroup.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/share/UserShareGoodsGroup.java index 1b1fd93..8e5324c 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/share/UserShareGoodsGroup.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/share/UserShareGoodsGroup.java @@ -1,155 +1,155 @@ -package com.yeshi.fanli.entity.bus.share; - -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; -import com.yeshi.fanli.entity.goods.CommonGoods; - -@Table("yeshi_ec_share_goods_group") -public class UserShareGoodsGroup { - - @Column(name = "gu_id") - private Long id; - - // 璁板綍id - @Column(name = "gu_record_id") - private Long recordId; - - // 鍟嗗搧 - @Column(name = "gu_common_goods_id") - private CommonGoods commonGoods; - - // 浠婃棩娴忚 - @Expose - @Column(name = "gu_today_browse") - private Integer todayBrowse; - - // 绱娴忚 - @Expose - @Column(name = "gu_total_browse") - private Integer totalBrowse; - - // 棰勮璁㈠崟 - @Expose - @Column(name = "gu_total_order") - private Integer totalOrder; - - // 棰勮鏀剁泭 - @Expose - @Column(name = "gu_total_money") - private BigDecimal totalMoney; - - // 娴忚鏃堕棿 - @Column(name = "gu_browse_time") - private Date browseTime; - - // 鍒嗕韩鏃堕棿 - @Column(name = "gu_createtime") - private Date createTime; - - // 鏇存柊鏃堕棿 - @Column(name = "gu_updatetime") - private Date updateTime; - - // 璁板綍缁勪腑鐨勬�诲晢鍝佹暟閲� - private int totalGoods; - - public UserShareGoodsGroup(){} - - public UserShareGoodsGroup(Long id){ - this.id = id; - } - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public Long getRecordId() { - return recordId; - } - - public void setRecordId(Long recordId) { - this.recordId = recordId; - } - - - public CommonGoods getCommonGoods() { - return commonGoods; - } - - public void setCommonGoods(CommonGoods commonGoods) { - this.commonGoods = commonGoods; - } - - public Integer getTodayBrowse() { - return todayBrowse; - } - - public void setTodayBrowse(Integer todayBrowse) { - this.todayBrowse = todayBrowse; - } - - public Integer getTotalBrowse() { - return totalBrowse; - } - - public void setTotalBrowse(Integer totalBrowse) { - this.totalBrowse = totalBrowse; - } - - public Integer getTotalOrder() { - return totalOrder; - } - - public void setTotalOrder(Integer totalOrder) { - this.totalOrder = totalOrder; - } - - public BigDecimal getTotalMoney() { - return totalMoney; - } - - public void setTotalMoney(BigDecimal totalMoney) { - this.totalMoney = totalMoney; - } - - 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 int getTotalGoods() { - return totalGoods; - } - - public void setTotalGoods(int totalGoods) { - this.totalGoods = totalGoods; - } - - public Date getBrowseTime() { - return browseTime; - } - - public void setBrowseTime(Date browseTime) { - this.browseTime = browseTime; - } -} +package com.yeshi.fanli.entity.bus.share; + +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; +import com.yeshi.fanli.entity.goods.CommonGoods; + +@Table("yeshi_ec_share_goods_group") +public class UserShareGoodsGroup { + + @Column(name = "gu_id") + private Long id; + + // 璁板綍id + @Column(name = "gu_record_id") + private Long recordId; + + // 鍟嗗搧 + @Column(name = "gu_common_goods_id") + private CommonGoods commonGoods; + + // 浠婃棩娴忚 + @Expose + @Column(name = "gu_today_browse") + private Integer todayBrowse; + + // 绱娴忚 + @Expose + @Column(name = "gu_total_browse") + private Integer totalBrowse; + + // 棰勮璁㈠崟 + @Expose + @Column(name = "gu_total_order") + private Integer totalOrder; + + // 棰勮鏀剁泭 + @Expose + @Column(name = "gu_total_money") + private BigDecimal totalMoney; + + // 娴忚鏃堕棿 + @Column(name = "gu_browse_time") + private Date browseTime; + + // 鍒嗕韩鏃堕棿 + @Column(name = "gu_createtime") + private Date createTime; + + // 鏇存柊鏃堕棿 + @Column(name = "gu_updatetime") + private Date updateTime; + + // 璁板綍缁勪腑鐨勬�诲晢鍝佹暟閲� + private int totalGoods; + + public UserShareGoodsGroup(){} + + public UserShareGoodsGroup(Long id){ + this.id = id; + } + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public Long getRecordId() { + return recordId; + } + + public void setRecordId(Long recordId) { + this.recordId = recordId; + } + + + public CommonGoods getCommonGoods() { + return commonGoods; + } + + public void setCommonGoods(CommonGoods commonGoods) { + this.commonGoods = commonGoods; + } + + public Integer getTodayBrowse() { + return todayBrowse; + } + + public void setTodayBrowse(Integer todayBrowse) { + this.todayBrowse = todayBrowse; + } + + public Integer getTotalBrowse() { + return totalBrowse; + } + + public void setTotalBrowse(Integer totalBrowse) { + this.totalBrowse = totalBrowse; + } + + public Integer getTotalOrder() { + return totalOrder; + } + + public void setTotalOrder(Integer totalOrder) { + this.totalOrder = totalOrder; + } + + public BigDecimal getTotalMoney() { + return totalMoney; + } + + public void setTotalMoney(BigDecimal totalMoney) { + this.totalMoney = totalMoney; + } + + 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 int getTotalGoods() { + return totalGoods; + } + + public void setTotalGoods(int totalGoods) { + this.totalGoods = totalGoods; + } + + public Date getBrowseTime() { + return browseTime; + } + + public void setBrowseTime(Date browseTime) { + this.browseTime = browseTime; + } +} -- Gitblit v1.8.0