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/homemodule/CommonShareInfo.java | 222 +++++++++++++++++++++++++++--------------------------- 1 files changed, 111 insertions(+), 111 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/CommonShareInfo.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/CommonShareInfo.java index a46e6e1..19d9f6a 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/CommonShareInfo.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/CommonShareInfo.java @@ -1,111 +1,111 @@ -package com.yeshi.fanli.entity.bus.homemodule; - -import java.util.Date; - -import org.yeshi.utils.mybatis.Column; -import org.yeshi.utils.mybatis.Table; - -/** - * 鍒嗕韩淇℃伅 - * - */ -@Table("yeshi_ec_common_share_info") -public class CommonShareInfo { - - public enum CommonShareInfoEnum { - special("涓撻"), banner("杞挱鍥�"); - private final String desc; - - private CommonShareInfoEnum(String desc) { - this.desc = desc; - } - - public String getDesc() { - return desc; - } - } - - @Column(name = "csi_id") - private Long id; - - // 鐩稿叧id - @Column(name = "csi_pid") - private Long pid; - - // 绫诲瀷 - @Column(name = "csi_type") - private CommonShareInfoEnum type; - - // 鏄惁杞摼 - @Column(name = "csi_need_spin") - private Boolean needSpin; - - // 璇勮璇� - @Column(name = "csi_comment") - private String comment; - - // 鍒涘缓鏃堕棿 - @Column(name = "csi_createtime") - private Date createTime; - - // 鏇存柊鏃堕棿 - @Column(name = "csi_updatetime") - private Date updateTime; - - public Long getId() { - return id; - } - - public void setId(Long id) { - this.id = id; - } - - public Long getPid() { - return pid; - } - - public void setPid(Long pid) { - this.pid = pid; - } - - public CommonShareInfoEnum getType() { - return type; - } - - public void setType(CommonShareInfoEnum type) { - this.type = type; - } - - public Boolean getNeedSpin() { - return needSpin; - } - - public void setNeedSpin(Boolean needSpin) { - this.needSpin = needSpin; - } - - public String getComment() { - return comment; - } - - public void setComment(String comment) { - this.comment = comment; - } - - 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.homemodule; + +import java.util.Date; + +import org.yeshi.utils.generater.mybatis.Column; +import org.yeshi.utils.generater.mybatis.Table; + +/** + * 鍒嗕韩淇℃伅 + * + */ +@Table("yeshi_ec_common_share_info") +public class CommonShareInfo { + + public enum CommonShareInfoEnum { + special("涓撻"), banner("杞挱鍥�"); + private final String desc; + + private CommonShareInfoEnum(String desc) { + this.desc = desc; + } + + public String getDesc() { + return desc; + } + } + + @Column(name = "csi_id") + private Long id; + + // 鐩稿叧id + @Column(name = "csi_pid") + private Long pid; + + // 绫诲瀷 + @Column(name = "csi_type") + private CommonShareInfoEnum type; + + // 鏄惁杞摼 + @Column(name = "csi_need_spin") + private Boolean needSpin; + + // 璇勮璇� + @Column(name = "csi_comment") + private String comment; + + // 鍒涘缓鏃堕棿 + @Column(name = "csi_createtime") + private Date createTime; + + // 鏇存柊鏃堕棿 + @Column(name = "csi_updatetime") + private Date updateTime; + + public Long getId() { + return id; + } + + public void setId(Long id) { + this.id = id; + } + + public Long getPid() { + return pid; + } + + public void setPid(Long pid) { + this.pid = pid; + } + + public CommonShareInfoEnum getType() { + return type; + } + + public void setType(CommonShareInfoEnum type) { + this.type = type; + } + + public Boolean getNeedSpin() { + return needSpin; + } + + public void setNeedSpin(Boolean needSpin) { + this.needSpin = needSpin; + } + + public String getComment() { + return comment; + } + + public void setComment(String comment) { + this.comment = comment; + } + + 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