From 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 26 四月 2024 18:02:17 +0800 Subject: [PATCH] 唯品会链接解析升级 --- fanli/src/main/java/com/yeshi/fanli/entity/bus/clazz/GoodsSubClassLabel.java | 180 ++++++++++++++++++++++++++++++------------------------------ 1 files changed, 90 insertions(+), 90 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/clazz/GoodsSubClassLabel.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/clazz/GoodsSubClassLabel.java index d9bf7e1..8acb50f 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/clazz/GoodsSubClassLabel.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/clazz/GoodsSubClassLabel.java @@ -1,90 +1,90 @@ -package com.yeshi.fanli.entity.bus.clazz; - -import java.util.Date; - -import org.yeshi.utils.mybatis.Column; -import org.yeshi.utils.mybatis.Table; - -import com.google.gson.annotations.Expose; - -/** - * 浜岀骇鍒嗙被鏍囩 - * - * @author Administrator - * - */ -@Table("yeshi_ec_sub_class_label") -public class GoodsSubClassLabel { - - public GoodsSubClassLabel(Long id) { - this.id = id; - } - - public GoodsSubClassLabel() { - } - - @Expose - @Column(name = "scl_id") - private Long id;// 涓婚敭ID - - @Expose - @Column(name = "scl_name") - private String name;// 鍚嶅瓧 - @Column(name = "scl_order_by") - private Integer orderBy;// 鎺掑簭鍊� - @Column(name = "scl_class_id") - private GoodsClass goodsClass;// 涓诲垎绫籌D - @Column(name = "scl_create_time") - private Date createTime; - @Column(name = "scl_update_time") - private Date updateTime; - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public String getName() { - return name; - } - - public void setName(String name) { - this.name = name; - } - - 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; - } - - public GoodsClass getGoodsClass() { - return goodsClass; - } - - public void setGoodsClass(GoodsClass goodsClass) { - this.goodsClass = goodsClass; - } - -} +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; + +import com.google.gson.annotations.Expose; + +/** + * 浜岀骇鍒嗙被鏍囩 + * + * @author Administrator + * + */ +@Table("yeshi_ec_sub_class_label") +public class GoodsSubClassLabel { + + public GoodsSubClassLabel(Long id) { + this.id = id; + } + + public GoodsSubClassLabel() { + } + + @Expose + @Column(name = "scl_id") + private Long id;// 涓婚敭ID + + @Expose + @Column(name = "scl_name") + private String name;// 鍚嶅瓧 + @Column(name = "scl_order_by") + private Integer orderBy;// 鎺掑簭鍊� + @Column(name = "scl_class_id") + private GoodsClass goodsClass;// 涓诲垎绫籌D + @Column(name = "scl_create_time") + private Date createTime; + @Column(name = "scl_update_time") + private Date updateTime; + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + 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; + } + + public GoodsClass getGoodsClass() { + return goodsClass; + } + + public void setGoodsClass(GoodsClass goodsClass) { + this.goodsClass = goodsClass; + } + +} -- Gitblit v1.8.0