From 81da61b828e29b7745e1382dfbbaeb685dc083ef Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 23 一月 2024 17:17:55 +0800 Subject: [PATCH] 抖音转链修改 --- fanli/src/main/java/com/yeshi/fanli/entity/bus/clazz/GoodsSubClassLabelMap.java | 152 +++++++++++++++++++++++++------------------------- 1 files changed, 76 insertions(+), 76 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/clazz/GoodsSubClassLabelMap.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/clazz/GoodsSubClassLabelMap.java index 1980db0..d724285 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/clazz/GoodsSubClassLabelMap.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/clazz/GoodsSubClassLabelMap.java @@ -1,76 +1,76 @@ -package com.yeshi.fanli.entity.bus.clazz; - -import java.util.Date; - -import org.yeshi.utils.mybatis.Column; -import org.yeshi.utils.mybatis.Table; - -/** - * 浜岀骇鍒嗙被鏍囩 - * - * @author Administrator - * - */ -@Table("yeshi_ec_sub_class_label_map") -public class GoodsSubClassLabelMap { - @Column(name="sclm_id") - private Long id;// 涓婚敭ID - @Column(name="sclm_label_id") - private GoodsSubClassLabel label; - @Column(name="sclm_sub_class_id") - private GoodsSubClass goodsSubClass; - @Column(name="sclm_order_by") - private Integer orderBy;// 鎺掑簭鍊� - @Column(name="sclm_create_time") - private Date createTime;// 鍒涘缓鏃堕棿 - @Column(name="sclm_update_time") - private Date updateTime;// 鏇存敼鏃堕棿 - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public GoodsSubClassLabel getLabel() { - return label; - } - - public void setLabel(GoodsSubClassLabel label) { - this.label = label; - } - - public GoodsSubClass getGoodsSubClass() { - return goodsSubClass; - } - - public void setGoodsSubClass(GoodsSubClass goodsSubClass) { - this.goodsSubClass = goodsSubClass; - } - - public Integer getOrderBy() { - return orderBy; - } - - public void setOrderBy(Integer orderBy) { - this.orderBy = orderBy; - } - - 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.clazz; + +import java.util.Date; + +import org.yeshi.utils.generater.mybatis.Column; +import org.yeshi.utils.generater.mybatis.Table; + +/** + * 浜岀骇鍒嗙被鏍囩 + * + * @author Administrator + * + */ +@Table("yeshi_ec_sub_class_label_map") +public class GoodsSubClassLabelMap { + @Column(name="sclm_id") + private Long id;// 涓婚敭ID + @Column(name="sclm_label_id") + private GoodsSubClassLabel label; + @Column(name="sclm_sub_class_id") + private GoodsSubClass goodsSubClass; + @Column(name="sclm_order_by") + private Integer orderBy;// 鎺掑簭鍊� + @Column(name="sclm_create_time") + private Date createTime;// 鍒涘缓鏃堕棿 + @Column(name="sclm_update_time") + private Date updateTime;// 鏇存敼鏃堕棿 + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public GoodsSubClassLabel getLabel() { + return label; + } + + public void setLabel(GoodsSubClassLabel label) { + this.label = label; + } + + public GoodsSubClass getGoodsSubClass() { + return goodsSubClass; + } + + public void setGoodsSubClass(GoodsSubClass goodsSubClass) { + this.goodsSubClass = goodsSubClass; + } + + public Integer getOrderBy() { + return orderBy; + } + + public void setOrderBy(Integer orderBy) { + this.orderBy = orderBy; + } + + 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