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/lable/LabelGoods.java | 204 +++++++++++++++++++++++++------------------------- 1 files changed, 102 insertions(+), 102 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/LabelGoods.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/LabelGoods.java index fdfda3b..d47d35b 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/LabelGoods.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/LabelGoods.java @@ -1,102 +1,102 @@ -package com.yeshi.fanli.entity.bus.lable; - -import java.util.Date; - -import org.yeshi.utils.mybatis.Column; -import org.yeshi.utils.mybatis.Table; - -import com.yeshi.fanli.entity.common.AdminUser; -import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBrief; - -/** - * 鍟嗗搧鍏宠仈鏍囩搴� - * - * @author yj - * - * @date 2018骞�6鏈�27鏃� - */ -@Table("yeshi_ec_label_goods") -public class LabelGoods { - - @Column(name = "lg_id") - private Long id; - - @Column(name = "lg_label_id") - private Label label; // 鏍囩id - - @Column(name = "lg_goods_id") - private TaoBaoGoodsBrief taoBaoGoodsBrief;// 鍟嗗搧id - - @Column(name = "lg_create_aid") - private AdminUser createUser; // 鍒涘缓浜� - - @Column(name = "lg_weight") - private Double weight; // 鍒嗙被id - - @Column(name = "lg_createtime") - private Date createtime; // 鍒涘缓鏃堕棿 - - @Column(name = "lg_updatetime") - private Date updatetime; // 鏇存柊鏃堕棿 - - - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public Label getLabel() { - return label; - } - - public void setLabel(Label label) { - this.label = label; - } - - public TaoBaoGoodsBrief getTaoBaoGoodsBrief() { - return taoBaoGoodsBrief; - } - - public void setTaoBaoGoodsBrief(TaoBaoGoodsBrief taoBaoGoodsBrief) { - this.taoBaoGoodsBrief = taoBaoGoodsBrief; - } - - - public AdminUser getCreateUser() { - return createUser; - } - - public void setCreateUser(AdminUser createUser) { - this.createUser = createUser; - } - - 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 Double getWeight() { - return weight; - } - - public void setWeight(Double weight) { - this.weight = weight; - } - -} +package com.yeshi.fanli.entity.bus.lable; + +import java.util.Date; + +import org.yeshi.utils.generater.mybatis.Column; +import org.yeshi.utils.generater.mybatis.Table; + +import com.yeshi.fanli.entity.common.AdminUser; +import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBrief; + +/** + * 鍟嗗搧鍏宠仈鏍囩搴� + * + * @author yj + * + * @date 2018骞�6鏈�27鏃� + */ +@Table("yeshi_ec_label_goods") +public class LabelGoods { + + @Column(name = "lg_id") + private Long id; + + @Column(name = "lg_label_id") + private Label label; // 鏍囩id + + @Column(name = "lg_goods_id") + private TaoBaoGoodsBrief taoBaoGoodsBrief;// 鍟嗗搧id + + @Column(name = "lg_create_aid") + private AdminUser createUser; // 鍒涘缓浜� + + @Column(name = "lg_weight") + private Double weight; // 鍒嗙被id + + @Column(name = "lg_createtime") + private Date createtime; // 鍒涘缓鏃堕棿 + + @Column(name = "lg_updatetime") + private Date updatetime; // 鏇存柊鏃堕棿 + + + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public Label getLabel() { + return label; + } + + public void setLabel(Label label) { + this.label = label; + } + + public TaoBaoGoodsBrief getTaoBaoGoodsBrief() { + return taoBaoGoodsBrief; + } + + public void setTaoBaoGoodsBrief(TaoBaoGoodsBrief taoBaoGoodsBrief) { + this.taoBaoGoodsBrief = taoBaoGoodsBrief; + } + + + public AdminUser getCreateUser() { + return createUser; + } + + public void setCreateUser(AdminUser createUser) { + this.createUser = createUser; + } + + 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 Double getWeight() { + return weight; + } + + public void setWeight(Double weight) { + this.weight = weight; + } + +} -- Gitblit v1.8.0