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/dto/msg/MsgCommonDTO.java |  217 ++++++++++++++++++++++++++++--------------------------
 1 files changed, 113 insertions(+), 104 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgCommonDTO.java b/fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgCommonDTO.java
index 304cec3..b7f04d4 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgCommonDTO.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgCommonDTO.java
@@ -1,104 +1,113 @@
-package com.yeshi.fanli.dto.msg;
-
-import java.util.Date;
-
-import com.yeshi.fanli.entity.common.JumpDetailV2;
-
-/**
- * 甯歌娑堟伅瀵硅薄
- * 
- * @author Administrator
- *
- */
-public class MsgCommonDTO {
-	private String contentMd5;// 鍐呭鐨凪D5鍊�
-	private String icon;
-	private String title;
-	private String content;// 鍐呭
-	private Boolean show;
-	private Date startTime;// 寮�濮嬫椂闂�
-	private Date endTime;// 缁撴潫鏃堕棿
-	private JumpDetailV2 jumpDetail;// 璺宠浆鏂瑰紡
-	private String params;// 璺宠浆鍙傛暟
-	private Date updateTime;
-
-	public String getContentMd5() {
-		return contentMd5;
-	}
-
-	public void setContentMd5(String contentMd5) {
-		this.contentMd5 = contentMd5;
-	}
-
-	public String getIcon() {
-		return icon;
-	}
-
-	public void setIcon(String icon) {
-		this.icon = icon;
-	}
-
-	public String getTitle() {
-		return title;
-	}
-
-	public void setTitle(String title) {
-		this.title = title;
-	}
-
-	public String getContent() {
-		return content;
-	}
-
-	public void setContent(String content) {
-		this.content = content;
-	}
-
-	public Boolean getShow() {
-		return show;
-	}
-
-	public void setShow(Boolean show) {
-		this.show = show;
-	}
-
-	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 JumpDetailV2 getJumpDetail() {
-		return jumpDetail;
-	}
-
-	public void setJumpDetail(JumpDetailV2 jumpDetail) {
-		this.jumpDetail = jumpDetail;
-	}
-
-	public String getParams() {
-		return params;
-	}
-
-	public void setParams(String params) {
-		this.params = params;
-	}
-
-	public Date getUpdateTime() {
-		return updateTime;
-	}
-
-	public void setUpdateTime(Date updateTime) {
-		this.updateTime = updateTime;
-	}
-}
+package com.yeshi.fanli.dto.msg;
+
+import java.util.Date;
+
+import com.yeshi.fanli.entity.common.JumpDetailV2;
+
+/**
+ * 甯歌娑堟伅瀵硅薄
+ * 
+ * @author Administrator
+ *
+ */
+public class MsgCommonDTO {
+	private String contentMd5;// 鍐呭鐨凪D5鍊�
+	private String icon;
+	private String title;
+	private String content;// 鍐呭
+	private Boolean show;
+	private Date startTime;// 寮�濮嬫椂闂�
+	private Date endTime;// 缁撴潫鏃堕棿
+	private JumpDetailV2 jumpDetail;// 璺宠浆鏂瑰紡
+	private String params;// 璺宠浆鍙傛暟
+	private String picture;//澶у浘
+	private Date updateTime;
+	
+	public String getPicture() {
+		return picture;
+	}
+
+	public void setPicture(String picture) {
+		this.picture = picture;
+	}
+
+	public String getContentMd5() {
+		return contentMd5;
+	}
+
+	public void setContentMd5(String contentMd5) {
+		this.contentMd5 = contentMd5;
+	}
+
+	public String getIcon() {
+		return icon;
+	}
+
+	public void setIcon(String icon) {
+		this.icon = icon;
+	}
+
+	public String getTitle() {
+		return title;
+	}
+
+	public void setTitle(String title) {
+		this.title = title;
+	}
+
+	public String getContent() {
+		return content;
+	}
+
+	public void setContent(String content) {
+		this.content = content;
+	}
+
+	public Boolean getShow() {
+		return show;
+	}
+
+	public void setShow(Boolean show) {
+		this.show = show;
+	}
+
+	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 JumpDetailV2 getJumpDetail() {
+		return jumpDetail;
+	}
+
+	public void setJumpDetail(JumpDetailV2 jumpDetail) {
+		this.jumpDetail = jumpDetail;
+	}
+
+	public String getParams() {
+		return params;
+	}
+
+	public void setParams(String params) {
+		this.params = params;
+	}
+
+	public Date getUpdateTime() {
+		return updateTime;
+	}
+
+	public void setUpdateTime(Date updateTime) {
+		this.updateTime = updateTime;
+	}
+}

--
Gitblit v1.8.0