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/SpecialCard.java |  300 ++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 204 insertions(+), 96 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/SpecialCard.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/SpecialCard.java
index c4d1533..a79c8f6 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/SpecialCard.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/SpecialCard.java
@@ -1,96 +1,204 @@
-package com.yeshi.fanli.entity.bus.homemodule;
-
-import java.io.Serializable;
-import java.util.Date;
-
-import javax.persistence.Column;
-import javax.persistence.Entity;
-import javax.persistence.GeneratedValue;
-import javax.persistence.GenerationType;
-import javax.persistence.Id;
-import javax.persistence.JoinColumn;
-import javax.persistence.Table;
-
-/**
- * 涓撻鏍囪瘑绠$悊
- * 
- * @author yj
- *
- * @date 2018骞�10鏈�23鏃�
- */
-@Entity
-@Table(name = "yeshi_ec_special_card")
-@org.yeshi.utils.mybatis.Table("yeshi_ec_special_card")
-public class SpecialCard implements Serializable{
-
-	private static final long serialVersionUID = 1L;
-	
-
-	@Id
-	@Column(name = "cd_id")
-	@GeneratedValue(strategy = GenerationType.AUTO)
-	@org.yeshi.utils.mybatis.Column(name = "cd_id")
-	private Long id;
-	
-	// 鍚嶇О
-	@JoinColumn(name = "cd_name")
-	@org.yeshi.utils.mybatis.Column(name = "cd_name")
-	private String name;
-
-	// 鍖归厤鏍囪瘑
-	@JoinColumn(name = "cd_card")
-	@org.yeshi.utils.mybatis.Column(name = "cd_card")
-	private String card; 
-	
-	// 鍒涘缓鏃堕棿
-	@JoinColumn(name = "cd_createtime")
-	@org.yeshi.utils.mybatis.Column(name = "cd_createtime")
-	private Date createtime; 
-
-	// 鏇存柊鏃堕棿锛堜慨鏀规椂闂达級
-	@JoinColumn(name = "cd_updatetime")
-	@org.yeshi.utils.mybatis.Column(name = "cd_updatetime")
-	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 String getCard() {
-		return card;
-	}
-
-	public void setCard(String card) {
-		this.card = card;
-	}
-
-	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.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鏈�23鏃�
+ */
+@Table("yeshi_ec_special_card")
+public class SpecialCard implements Serializable{
+
+	private static final long serialVersionUID = 1L;
+
+	@Column(name = "cd_id")
+	private Long id;
+	// 鍚嶇О
+	@Column(name = "cd_name")
+	private String name;
+
+	// 鍖归厤鏍囪瘑 (宸插仠鐢�  锛氬吋瀹�1.5.3 浠ュ墠鐗堟湰-鏆備繚鐣�)
+	@Column(name = "cd_card")
+	private String card; 
+	
+	// 鍖归厤鏍囪瘑 
+	@Column(name = "cd_state")
+	private Integer state; 
+	
+	// 浣嶇疆绠$悊id
+	@Column(name = "cd_place_id")
+	private Long placeId; 
+	
+	// 鑳屾櫙鍥剧墖
+	@Column(name = "cd_bottom_picture")
+	private String bottomPicture; 
+		
+	//璧峰鏃堕棿
+	@Column(name = "cd_start_time")
+	private Date startTime;
+	
+	//缁撴潫鏃堕棿
+	@Column(name = "cd_end_time")
+	private Date endTime;
+		
+	// 鍒涘缓鏃堕棿
+	@Column(name = "cd_createtime")
+	private Date createtime; 
+
+	// 鏇存柊鏃堕棿锛堜慨鏀规椂闂达級
+	@Column(name = "cd_updatetime")
+	private Date updatetime;
+
+	@Column(name = "cd_system")
+	private SystemEnum system;
+
+	public SystemEnum getSystem() {
+		return system;
+	}
+
+	public void setSystem(SystemEnum system) {
+		this.system = system;
+	}
+
+	// 璧峰鏃堕棿
+	private String startTime_str;
+	// 缁撴潫鏃堕棿
+	private String endTime_str;
+	// 浣嶇疆鍚嶇О
+	private String placeName; 	
+	// 宸叉湁涓撻鏁伴噺
+	private Long totalSpecial;
+	
+	// 鍒犻櫎鑳屾櫙鍥�
+	private Boolean delPicture;
+	
+
+	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 String getCard() {
+		return card;
+	}
+
+	public void setCard(String card) {
+		this.card = card;
+	}
+
+	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 getTotalSpecial() {
+		return totalSpecial;
+	}
+
+	public void setTotalSpecial(Long totalSpecial) {
+		this.totalSpecial = totalSpecial;
+	}
+
+	public Integer getState() {
+		return state;
+	}
+
+	public void setState(Integer state) {
+		this.state = state;
+	}
+
+	public Long getPlaceId() {
+		return placeId;
+	}
+
+	public void setPlaceId(Long placeId) {
+		this.placeId = placeId;
+	}
+
+	public String getBottomPicture() {
+		return bottomPicture;
+	}
+
+	public void setBottomPicture(String bottomPicture) {
+		this.bottomPicture = bottomPicture;
+	}
+
+	public Date getStartTime() {
+		return startTime;
+	}
+
+	public void setStartTime(Date startTime) {
+		this.startTime = startTime;
+	}
+
+	public Date getEndTime() {
+		return endTime;
+	}
+
+	public void setEndTime(Date endTime) {
+		this.endTime = endTime;
+	}
+
+	public String getStartTime_str() {
+		return startTime_str;
+	}
+
+	public void setStartTime_str(String startTime_str) {
+		this.startTime_str = startTime_str;
+	}
+
+	public String getEndTime_str() {
+		return endTime_str;
+	}
+
+	public void setEndTime_str(String endTime_str) {
+		this.endTime_str = endTime_str;
+	}
+
+	public String getPlaceName() {
+		return placeName;
+	}
+
+	public void setPlaceName(String placeName) {
+		this.placeName = placeName;
+	}
+
+	public Boolean getDelPicture() {
+		return delPicture;
+	}
+
+	public void setDelPicture(Boolean delPicture) {
+		this.delPicture = delPicture;
+	} 
+	
+}

--
Gitblit v1.8.0