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/QualityFlashSale.java | 174 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 87 insertions(+), 87 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/QualityFlashSale.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/QualityFlashSale.java index bee1915..2ddede7 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/QualityFlashSale.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/QualityFlashSale.java @@ -1,87 +1,87 @@ -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.goods.facade.entity.taobao.TaoBaoGoodsBrief; - -/** - * 绮鹃�夊簱锛氶檺鏃舵姠璐� - * - * @author yj - * - * @date 2018骞�9鏈�18鏃� - */ -@Table("yeshi_ec_quality_flash_sale") -public class QualityFlashSale { - - @Column(name = "fs_id") - private Long id; - - @Column(name = "fs_qfgoods_id") - private TaoBaoGoodsBrief taoBaoGoodsBrief;// 鍟嗗搧id - - // 鍙栨秷鏁版嵁鍖哄垎鏃堕棿娈碉細1(00:00) 2(09:00) 3(12:00) 4(14:00) 5(16:00) 6(20:00) 7(22:00) - @Column(name = "fs_type") - private Integer type; // 鏆傚仠鐢� - - @Column(name = "fs_weight") - private Double weight; // 鍟嗗搧鏉冮噸 -- 鎺掑簭 - - @Column(name = "fs_createtime") - private Date createtime; // 鍒涘缓鏃堕棿 - - @Column(name = "fs_updatetime") - private Date updatetime; // 鏇存柊鏃堕棿 - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public TaoBaoGoodsBrief getTaoBaoGoodsBrief() { - return taoBaoGoodsBrief; - } - - public void setTaoBaoGoodsBrief(TaoBaoGoodsBrief taoBaoGoodsBrief) { - this.taoBaoGoodsBrief = taoBaoGoodsBrief; - } - - public Integer geTtype() { - return type; - } - - public void setType(Integer periodtime) { - this.type = periodtime; - } - - 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.goods.facade.entity.taobao.TaoBaoGoodsBrief; + +/** + * 绮鹃�夊簱锛氶檺鏃舵姠璐� + * + * @author yj + * + * @date 2018骞�9鏈�18鏃� + */ +@Table("yeshi_ec_quality_flash_sale") +public class QualityFlashSale { + + @Column(name = "fs_id") + private Long id; + + @Column(name = "fs_qfgoods_id") + private TaoBaoGoodsBrief taoBaoGoodsBrief;// 鍟嗗搧id + + // 鍙栨秷鏁版嵁鍖哄垎鏃堕棿娈碉細1(00:00) 2(09:00) 3(12:00) 4(14:00) 5(16:00) 6(20:00) 7(22:00) + @Column(name = "fs_type") + private Integer type; // 鏆傚仠鐢� + + @Column(name = "fs_weight") + private Double weight; // 鍟嗗搧鏉冮噸 -- 鎺掑簭 + + @Column(name = "fs_createtime") + private Date createtime; // 鍒涘缓鏃堕棿 + + @Column(name = "fs_updatetime") + private Date updatetime; // 鏇存柊鏃堕棿 + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public TaoBaoGoodsBrief getTaoBaoGoodsBrief() { + return taoBaoGoodsBrief; + } + + public void setTaoBaoGoodsBrief(TaoBaoGoodsBrief taoBaoGoodsBrief) { + this.taoBaoGoodsBrief = taoBaoGoodsBrief; + } + + public Integer geTtype() { + return type; + } + + public void setType(Integer periodtime) { + this.type = periodtime; + } + + 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