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/user/UserGoodsStorage.java | 168 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 84 insertions(+), 84 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserGoodsStorage.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserGoodsStorage.java index e346ec4..4da99da 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserGoodsStorage.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/UserGoodsStorage.java @@ -1,84 +1,84 @@ -package com.yeshi.fanli.entity.bus.user; - -import java.util.Date; - -import org.yeshi.utils.mybatis.Column; -import org.yeshi.utils.mybatis.Table; - -import com.yeshi.fanli.entity.goods.CommonGoods; - -@Table("yeshi_ec_user_goods_storage") -public class UserGoodsStorage { - - public static int STATE_NORMAL = 0;// 鍒濆 - public static int STATE_SHARED = 1;// 1宸插垎浜� - - @Column(name = "guc_id") - private Long id; - - // 鍟嗗搧 - @Column(name = "guc_common_id") - private CommonGoods commonGoods; - - // 鐢ㄦ埛id - @Column(name = "guc_uid") - private Long uid; - - // 鐘舵�� 0 鍒濆 1宸插垎浜� - @Column(name = "guc_state") - private Integer state; - - @Column(name = "guc_createtime") - private Date createTime; - - @Column(name = "guc_updatetime") - private Date updateTime; - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public CommonGoods getCommonGoods() { - return commonGoods; - } - - public void setCommonGoods(CommonGoods commonGoods) { - this.commonGoods = commonGoods; - } - - public Long getUid() { - return uid; - } - - public void setUid(Long uid) { - this.uid = uid; - } - - 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; - } -} +package com.yeshi.fanli.entity.bus.user; + +import java.util.Date; + +import org.yeshi.utils.generater.mybatis.Column; +import org.yeshi.utils.generater.mybatis.Table; + +import com.yeshi.fanli.entity.goods.CommonGoods; + +@Table("yeshi_ec_user_goods_storage") +public class UserGoodsStorage { + + public static int STATE_NORMAL = 0;// 鍒濆 + public static int STATE_SHARED = 1;// 1宸插垎浜� + + @Column(name = "guc_id") + private Long id; + + // 鍟嗗搧 + @Column(name = "guc_common_id") + private CommonGoods commonGoods; + + // 鐢ㄦ埛id + @Column(name = "guc_uid") + private Long uid; + + // 鐘舵�� 0 鍒濆 1宸插垎浜� + @Column(name = "guc_state") + private Integer state; + + @Column(name = "guc_createtime") + private Date createTime; + + @Column(name = "guc_updatetime") + private Date updateTime; + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public CommonGoods getCommonGoods() { + return commonGoods; + } + + public void setCommonGoods(CommonGoods commonGoods) { + this.commonGoods = commonGoods; + } + + public Long getUid() { + return uid; + } + + public void setUid(Long uid) { + this.uid = uid; + } + + 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; + } +} -- Gitblit v1.8.0