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/help/AppPageNotification.java |  385 +++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 247 insertions(+), 138 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/help/AppPageNotification.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/help/AppPageNotification.java
index 0f9cd2a..90936d0 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/help/AppPageNotification.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/help/AppPageNotification.java
@@ -1,138 +1,247 @@
-package com.yeshi.fanli.entity.bus.help;
-
-import java.io.Serializable;
-import java.util.Date;
-
-import com.google.gson.annotations.Expose;
-import org.yeshi.utils.mybatis.Column;
-import org.yeshi.utils.mybatis.Table;
-
-/**
- * app椤甸潰涓婇潰鐨勯�氱煡
- * 
- * @author Administrator
- *
- */
-@Table("yeshi_ec_apppage_notification")
-public class AppPageNotification implements Serializable{
-	/**
-	 * 
-	 */
-	private static final long serialVersionUID = 1L;
-
-	// 娑堟伅绫诲瀷鐨勬灇涓�
-	public enum AppPageNotificationTypeEnum {
-		home("棣栭〉"), coupon("浼樻儬鍒搁〉"), invite("閭�璇锋湁濂栭〉"), activity("鍔ㄦ��"), goodsDetail("璇︽儏杩囧害椤�"), mine("鎴戠殑"), money(
-				"璧勯噾"), accountDetail("璐︽埛鏄庣粏"), extract("鎻愮幇"), orderFanli("杩斿埄璁㈠崟"),orderTiCheng("鎻愭垚璁㈠崟"),orderTaoBao("娣樺疂璁㈠崟"), coollect("鏀惰棌"), scanHistory("瓒宠抗"), team(
-						"闃熷憳"), kefu("鑱旂郴瀹㈡湇"), taoBaoShoppingCart("娣樺疂璐墿杞�"), orderFind("璁㈠崟鐢宠瘔"), msgCenter("娑堟伅涓績");
-		private final String desc;
-
-		private AppPageNotificationTypeEnum(String desc) {
-			this.desc = desc;
-		}
-
-		public String getDesc() {
-			return desc;
-		}
-	}
-
-	@Column(name = "an_id")
-	private Long id;
-	@Column(name = "an_type")
-	private AppPageNotificationTypeEnum type;// 绫诲瀷
-	@Column(name = "an_show")
-	private Boolean show;// 鏄惁鏄剧ず
-	
-	@Expose
-	@Column(name = "an_can_close")
-	private Boolean canClose;// 鏄惁鍙互鍏抽棴
-	
-	@Expose
-	@Column(name = "an_content")
-	private String content;// 鍐呭
-	
-	@Expose
-	@Column(name = "an_content_url")
-	private String contentUrl;// 閾炬帴
-	
-	@Expose
-	@Column(name = "an_md5")
-	private String md5;// type+鍐呭+閾炬帴鐨刴d5
-	@Column(name = "an_createtime")
-	private Date createTime;// 鍒涘缓鏃堕棿
-	@Column(name = "an_updatetime")
-	private Date updateTime;// 鏇存柊鏃堕棿
-
-	public Long getId() {
-		return id;
-	}
-
-	public void setId(Long id) {
-		this.id = id;
-	}
-
-	public AppPageNotificationTypeEnum getType() {
-		return type;
-	}
-
-	public void setType(AppPageNotificationTypeEnum type) {
-		this.type = type;
-	}
-
-	public Boolean getShow() {
-		return show;
-	}
-
-	public void setShow(Boolean show) {
-		this.show = show;
-	}
-
-	public Boolean getCanClose() {
-		return canClose;
-	}
-
-	public void setCanClose(Boolean canClose) {
-		this.canClose = canClose;
-	}
-
-	public String getContent() {
-		return content;
-	}
-
-	public void setContent(String content) {
-		this.content = content;
-	}
-
-	public String getContentUrl() {
-		return contentUrl;
-	}
-
-	public void setContentUrl(String contentUrl) {
-		this.contentUrl = contentUrl;
-	}
-
-	public String getMd5() {
-		return md5;
-	}
-
-	public void setMd5(String md5) {
-		this.md5 = md5;
-	}
-
-	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.help;
+
+import com.google.gson.annotations.Expose;
+import com.yeshi.fanli.entity.SystemEnum;
+import org.springframework.data.annotation.Transient;
+import org.yeshi.utils.generater.mybatis.Column;
+import org.yeshi.utils.generater.mybatis.Table;
+
+import java.io.Serializable;
+import java.util.Date;
+
+/**
+ * app椤甸潰涓婇潰鐨勯�氱煡
+ * 
+ * @author Administrator
+ *
+ */
+@Table("yeshi_ec_apppage_notification")
+public class AppPageNotification implements Serializable {
+	/**
+	 * 
+	 */
+	private static final long serialVersionUID = 1L;
+
+	// 娑堟伅绫诲瀷鐨勬灇涓�
+	public enum AppPageNotificationTypeEnum {
+		home("棣栭〉"),
+		coupon("浼樻儬鍒搁〉"),
+		invite("閭�璇锋湁濂栭〉"),
+		activity("鍔ㄦ��"),
+		goodsDetail("璇︽儏杩囧害椤�"),
+		mine("鎴戠殑"),
+		money("璧勯噾"),
+		accountDetail("璐︽埛鏄庣粏"),
+		extract("鎻愮幇"),
+		orderFanli("杩斿埄璁㈠崟"),
+		orderTiCheng("鎻愭垚璁㈠崟"),
+		orderTaoBao("娣樺疂璁㈠崟"),
+		coollect("鏀惰棌"),
+		scanHistory("瓒宠抗"),
+		team("绮変笣"),
+		kefu("鑱旂郴瀹㈡湇"),
+		taoBaoShoppingCart("娣樺疂璐墿杞�"),
+		orderFind("璁㈠崟鐢宠瘔"),
+		msgCenter("娑堟伅涓績"),
+		newOrder("璁㈠崟"),
+		shareHistory("鍒嗕韩璁板綍"),
+		goodsStorage("閫夊搧搴�"),
+		tlj("鍒嗕韩鐖嗘璇︽儏"),
+		tlj_buy("鑷喘绔嬪噺璇︽儏"),
+		hongbao_balance("绾㈠寘浣欓"),
+		goodsDetailJD("浜笢璇︽儏"),
+		goodsDetailPDD("鎷煎澶氳鎯�"),
+		orderFindJD("鎷煎澶氳鍗曟壘鍥�"),
+		orderFindPDD("浜笢璁㈠崟鎵惧洖"),
+		shareSingle("鍟嗗搧璇︽儏鍗曞浘鍒嗕韩"),
+		dynamicShareSingle("鍔ㄦ�佸崟鍥惧垎浜�"),
+		dynamicShareMulti("鍔ㄦ�佸鍥惧垎浜�"),
+		fastShare1("蹇嵎鍒嗕韩-娣樺疂"),
+		fastShare2("蹇嵎鍒嗕韩-浜笢"),
+		fastShare3("蹇嵎鍒嗕韩-鎷煎澶�"),
+		goodsDetailVIP("鍞搧浼氳鎯�"),
+		goodsDetailSuning("鑻忓畞璇︽儏"),
+		searchGoodsResult1("鎼滅储缁撴灉-娣樺疂"),
+		searchGoodsResult2("鎼滅储缁撴灉-浜笢"),
+		searchGoodsResult3("鎼滅储缁撴灉-鎷煎澶�"),
+		searchGoodsResult4("鎼滅储缁撴灉-鍞搧浼�"),
+		searchGoodsResult5("鎼滅储缁撴灉-鑻忓畞");
+
+		private final String desc;
+
+		private AppPageNotificationTypeEnum(String desc) {
+			this.desc = desc;
+		}
+
+		public String getDesc() {
+			return desc;
+		}
+	}
+
+	@Column(name = "an_id")
+	private Long id;
+	@Column(name = "an_type")
+	private AppPageNotificationTypeEnum type;// 绫诲瀷
+	@Column(name = "an_show")
+	private Boolean show;// 鏄惁鏄剧ず
+
+	@Expose
+	@Column(name = "an_can_close")
+	private Boolean canClose;// 鏄惁鍙互鍏抽棴
+
+	@Expose
+	@Column(name = "an_content")
+	private String content;// 鍐呭
+
+	@Expose
+	@Column(name = "an_content_url")
+	private String contentUrl;// 閾炬帴
+
+	@Expose
+	@Column(name = "an_md5")
+	private String md5;// type+鍐呭+閾炬帴鐨刴d5
+	
+	@Column(name = "an_createtime")
+	private Date createTime;// 鍒涘缓鏃堕棿
+	
+	@Column(name = "an_begin_time")
+	private Date beginTime;// 寮�濮嬫椂闂�
+	
+	@Column(name = "an_end_time")
+	private Date endTime;// 缁撴潫鏃堕棿
+	
+	@Column(name = "an_updatetime")
+	private Date updateTime;// 鏇存柊鏃堕棿
+	//绯荤粺
+	@Column(name = "an_system")
+	private SystemEnum system;
+
+	public SystemEnum getSystem() {
+		return system;
+	}
+
+	public void setSystem(SystemEnum system) {
+		this.system = system;
+	}
+
+	@Transient // 椤甸潰鍚嶇О
+	private String pageName;
+	
+	
+	private String beginTimeVO;
+	private String endTimeVO;
+	
+
+	public Long getId() {
+		return id;
+	}
+
+	public void setId(Long id) {
+		this.id = id;
+	}
+
+	public AppPageNotificationTypeEnum getType() {
+		return type;
+	}
+
+	public void setType(AppPageNotificationTypeEnum type) {
+		this.type = type;
+	}
+
+	public Boolean getShow() {
+		return show;
+	}
+
+	public void setShow(Boolean show) {
+		this.show = show;
+	}
+
+	public Boolean getCanClose() {
+		return canClose;
+	}
+
+	public void setCanClose(Boolean canClose) {
+		this.canClose = canClose;
+	}
+
+	public String getContent() {
+		return content;
+	}
+
+	public void setContent(String content) {
+		this.content = content;
+	}
+
+	public String getContentUrl() {
+		return contentUrl;
+	}
+
+	public void setContentUrl(String contentUrl) {
+		this.contentUrl = contentUrl;
+	}
+
+	public String getMd5() {
+		return md5;
+	}
+
+	public void setMd5(String md5) {
+		this.md5 = md5;
+	}
+
+	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 String getPageName() {
+		return pageName;
+	}
+
+	public void setPageName(String pageName) {
+		this.pageName = pageName;
+	}
+
+	public Date getBeginTime() {
+		return beginTime;
+	}
+
+	public void setBeginTime(Date beginTime) {
+		this.beginTime = beginTime;
+	}
+
+	public Date getEndTime() {
+		return endTime;
+	}
+
+	public void setEndTime(Date endTime) {
+		this.endTime = endTime;
+	}
+
+	public String getBeginTimeVO() {
+		return beginTimeVO;
+	}
+
+	public void setBeginTimeVO(String beginTimeVO) {
+		this.beginTimeVO = beginTimeVO;
+	}
+
+	public String getEndTimeVO() {
+		return endTimeVO;
+	}
+
+	public void setEndTimeVO(String endTimeVO) {
+		this.endTimeVO = endTimeVO;
+	}
+	
+}

--
Gitblit v1.8.0