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/SwiperBanner.java |  220 +++++++++++++++++++++++++++---------------------------
 1 files changed, 110 insertions(+), 110 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/SwiperBanner.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/SwiperBanner.java
index 68d213d..c059a4d 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/SwiperBanner.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/SwiperBanner.java
@@ -1,110 +1,110 @@
-package com.yeshi.fanli.entity.bus.homemodule;
-
-import java.io.Serializable;
-import java.util.Date;
-
-import com.yeshi.fanli.entity.SystemEnum;
-import org.yeshi.utils.mybatis.Column;
-import org.yeshi.utils.mybatis.Table;
-
-/**
- * 杞挱鍥剧鐞�
- *
- * @author yj
- * @date 2018骞�10鏈�15鏃�
- */
-@Table("yeshi_ec_swiper_banner")
-public class SwiperBanner implements Serializable {
-
-    private static final long serialVersionUID = 1L;
-
-
-    @Column(name = "sp_id")
-    private Long id;
-
-    @Column(name = "sp_title")
-    private String title;// 鍚嶇О
-
-    @Column(name = "sp_card")
-    private String card; // 鍖归厤鏍囪瘑
-
-    @Column(name = "sp_state")
-    private Integer state; // 鐘舵�侊細 1 鍋滅敤   0鍚敤
-
-    @Column(name = "sp_createtime")
-    private Date createtime; // 鍒涘缓鏃堕棿
-
-    @Column(name = "sp_updatetime")
-    private Date updatetime; // 鏇存柊鏃堕棿锛堜慨鏀规椂闂达級
-
-    @Column(name = "sp_system")
-    private SystemEnum system;
-
-    public SystemEnum getSystem() {
-        return system;
-    }
-
-    public void setSystem(SystemEnum system) {
-        this.system = system;
-    }
-
-    // 鍖呭惈鍥剧墖鏁伴噺
-    private Long totalPic;
-
-    public Long getId() {
-        return id;
-    }
-
-    public void setId(Long id) {
-        this.id = id;
-    }
-
-    public String getTitle() {
-        return title;
-    }
-
-    public void setTitle(String title) {
-        this.title = title;
-    }
-
-    public String getCard() {
-        return card;
-    }
-
-    public void setCard(String card) {
-        this.card = card;
-    }
-
-    public Integer getState() {
-        return state;
-    }
-
-    public void setState(Integer state) {
-        this.state = state;
-    }
-
-    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 Long getTotalPic() {
-        return totalPic;
-    }
-
-    public void setTotalPic(Long totalPic) {
-        this.totalPic = totalPic;
-    }
-
-}
+package com.yeshi.fanli.entity.bus.homemodule;
+
+import java.io.Serializable;
+import java.util.Date;
+
+import com.yeshi.fanli.entity.SystemEnum;
+import org.yeshi.utils.generater.mybatis.Column;
+import org.yeshi.utils.generater.mybatis.Table;
+
+/**
+ * 杞挱鍥剧鐞�
+ *
+ * @author yj
+ * @date 2018骞�10鏈�15鏃�
+ */
+@Table("yeshi_ec_swiper_banner")
+public class SwiperBanner implements Serializable {
+
+    private static final long serialVersionUID = 1L;
+
+
+    @Column(name = "sp_id")
+    private Long id;
+
+    @Column(name = "sp_title")
+    private String title;// 鍚嶇О
+
+    @Column(name = "sp_card")
+    private String card; // 鍖归厤鏍囪瘑
+
+    @Column(name = "sp_state")
+    private Integer state; // 鐘舵�侊細 1 鍋滅敤   0鍚敤
+
+    @Column(name = "sp_createtime")
+    private Date createtime; // 鍒涘缓鏃堕棿
+
+    @Column(name = "sp_updatetime")
+    private Date updatetime; // 鏇存柊鏃堕棿锛堜慨鏀规椂闂达級
+
+    @Column(name = "sp_system")
+    private SystemEnum system;
+
+    public SystemEnum getSystem() {
+        return system;
+    }
+
+    public void setSystem(SystemEnum system) {
+        this.system = system;
+    }
+
+    // 鍖呭惈鍥剧墖鏁伴噺
+    private Long totalPic;
+
+    public Long getId() {
+        return id;
+    }
+
+    public void setId(Long id) {
+        this.id = id;
+    }
+
+    public String getTitle() {
+        return title;
+    }
+
+    public void setTitle(String title) {
+        this.title = title;
+    }
+
+    public String getCard() {
+        return card;
+    }
+
+    public void setCard(String card) {
+        this.card = card;
+    }
+
+    public Integer getState() {
+        return state;
+    }
+
+    public void setState(Integer state) {
+        this.state = state;
+    }
+
+    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 Long getTotalPic() {
+        return totalPic;
+    }
+
+    public void setTotalPic(Long totalPic) {
+        this.totalPic = totalPic;
+    }
+
+}

--
Gitblit v1.8.0