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/vo/user/UserSystemCouponVO.java |  380 +++++++++++++++++++++++++++---------------------------
 1 files changed, 190 insertions(+), 190 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/user/UserSystemCouponVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/user/UserSystemCouponVO.java
index 37761a3..366dd57 100644
--- a/fanli/src/main/java/com/yeshi/fanli/vo/user/UserSystemCouponVO.java
+++ b/fanli/src/main/java/com/yeshi/fanli/vo/user/UserSystemCouponVO.java
@@ -1,190 +1,190 @@
-package com.yeshi.fanli.vo.user;
-
-import java.io.Serializable;
-import java.util.List;
-import java.util.Map;
-
-import com.google.gson.annotations.Expose;
-import com.yeshi.fanli.entity.bus.user.UserSystemCoupon;
-
-public class UserSystemCouponVO extends UserSystemCoupon implements Serializable {
-
-	private static final long serialVersionUID = 1L;
-
-	// 椤堕儴鍥剧墖
-	@Expose
-	private String topPicture;
-	
-	// 鍒稿悕绉�
-	@Expose
- 	private String couponName;
-	// 鍒稿浘鐗�
-	@Expose
- 	private String couponPicture;
-	
-	// 鍒稿浘鐗�- 澶辨晥
- 	private String couponPictureInvalid;
-	
-	// 鍒镐綔鐢�
-	@Expose
- 	private String couponEffect;
-	
-	// 鍒歌鍒�
-	@Expose
- 	private String couponRule;
-	
-	// 鍒歌鍒�-閾炬帴
-	@Expose
- 	private String couponRuleLink;
-	
-	// 鏈夋晥鏈�
-	@Expose
- 	private String couponTerm;
-	// 浣跨敤涓鏄�
-	@Expose
- 	private String inUseExplain;
-	
-	// 璺宠浆鎸夐挳
-	@Expose
- 	private Map<String, Object> jumpBtn;
-	
-	// 鍓╀笅澶╂暟
-	@Expose
- 	private Map<String, Object> remainDays;
-	
-	@Expose
- 	private boolean popup;
-	
-	@Expose
- 	private List<String> tips;
-	
-	// 浣跨敤涓鏄�1.6.5
-	@Expose
- 	private List<String> tipsUsing;
-	
-	// 璧犻�佷腑-鍒嗕韩鍙d护
-	@Expose
- 	private String giveTips;
-	
-	
-
-	public String getTopPicture() {
-		return topPicture;
-	}
-
-	public void setTopPicture(String topPicture) {
-		this.topPicture = topPicture;
-	}
-
-	public String getCouponTerm() {
-		return couponTerm;
-	}
-
-	public void setCouponTerm(String couponTerm) {
-		this.couponTerm = couponTerm;
-	}
-
-	public Map<String, Object> getRemainDays() {
-		return remainDays;
-	}
-
-	public void setRemainDays(Map<String, Object> remainDays) {
-		this.remainDays = remainDays;
-	}
-
-	public String getCouponName() {
-		return couponName;
-	}
-
-	public void setCouponName(String couponName) {
-		this.couponName = couponName;
-	}
-
-	public String getCouponPicture() {
-		return couponPicture;
-	}
-
-	public void setCouponPicture(String couponPicture) {
-		this.couponPicture = couponPicture;
-	}
-
-	public String getCouponEffect() {
-		return couponEffect;
-	}
-
-	public void setCouponEffect(String couponEffect) {
-		this.couponEffect = couponEffect;
-	}
-
-	public String getCouponRule() {
-		return couponRule;
-	}
-
-	public void setCouponRule(String couponRule) {
-		this.couponRule = couponRule;
-	}
-
-	public Map<String, Object> getJumpBtn() {
-		return jumpBtn;
-	}
-
-	public void setJumpBtn(Map<String, Object> jumpBtn) {
-		this.jumpBtn = jumpBtn;
-	}
-
-	public String getInUseExplain() {
-		return inUseExplain;
-	}
-
-	public void setInUseExplain(String inUseExplain) {
-		this.inUseExplain = inUseExplain;
-	}
-
-	public String getCouponPictureInvalid() {
-		return couponPictureInvalid;
-	}
-
-	public void setCouponPictureInvalid(String couponPictureInvalid) {
-		this.couponPictureInvalid = couponPictureInvalid;
-	}
-
-	public String getCouponRuleLink() {
-		return couponRuleLink;
-	}
-
-	public void setCouponRuleLink(String couponRuleLink) {
-		this.couponRuleLink = couponRuleLink;
-	}
-
-	public List<String> getTips() {
-		return tips;
-	}
-
-	public void setTips(List<String> tips) {
-		this.tips = tips;
-	}
-
-	public boolean isPopup() {
-		return popup;
-	}
-
-	public void setPopup(boolean popup) {
-		this.popup = popup;
-	}
-
-	public String getGiveTips() {
-		return giveTips;
-	}
-
-	public void setGiveTips(String giveTips) {
-		this.giveTips = giveTips;
-	}
-
-	public List<String> getTipsUsing() {
-		return tipsUsing;
-	}
-
-	public void setTipsUsing(List<String> tipsUsing) {
-		this.tipsUsing = tipsUsing;
-	}
-}
+package com.yeshi.fanli.vo.user;
+
+import java.io.Serializable;
+import java.util.List;
+import java.util.Map;
+
+import com.google.gson.annotations.Expose;
+import com.yeshi.fanli.entity.bus.user.UserSystemCoupon;
+
+public class UserSystemCouponVO extends UserSystemCoupon implements Serializable {
+
+	private static final long serialVersionUID = 1L;
+
+	// 椤堕儴鍥剧墖
+	@Expose
+	private String topPicture;
+	
+	// 鍒稿悕绉�
+	@Expose
+ 	private String couponName;
+	// 鍒稿浘鐗�
+	@Expose
+ 	private String couponPicture;
+	
+	// 鍒稿浘鐗�- 澶辨晥
+ 	private String couponPictureInvalid;
+	
+	// 鍒镐綔鐢�
+	@Expose
+ 	private String couponEffect;
+	
+	// 鍒歌鍒�
+	@Expose
+ 	private String couponRule;
+	
+	// 鍒歌鍒�-閾炬帴
+	@Expose
+ 	private String couponRuleLink;
+	
+	// 鏈夋晥鏈�
+	@Expose
+ 	private String couponTerm;
+	// 浣跨敤涓鏄�
+	@Expose
+ 	private String inUseExplain;
+	
+	// 璺宠浆鎸夐挳
+	@Expose
+ 	private Map<String, Object> jumpBtn;
+	
+	// 鍓╀笅澶╂暟
+	@Expose
+ 	private Map<String, Object> remainDays;
+	
+	@Expose
+ 	private boolean popup;
+	
+	@Expose
+ 	private List<String> tips;
+	
+	// 浣跨敤涓鏄�1.6.5
+	@Expose
+ 	private List<String> tipsUsing;
+	
+	// 璧犻�佷腑-鍒嗕韩鍙d护
+	@Expose
+ 	private String giveTips;
+	
+	
+
+	public String getTopPicture() {
+		return topPicture;
+	}
+
+	public void setTopPicture(String topPicture) {
+		this.topPicture = topPicture;
+	}
+
+	public String getCouponTerm() {
+		return couponTerm;
+	}
+
+	public void setCouponTerm(String couponTerm) {
+		this.couponTerm = couponTerm;
+	}
+
+	public Map<String, Object> getRemainDays() {
+		return remainDays;
+	}
+
+	public void setRemainDays(Map<String, Object> remainDays) {
+		this.remainDays = remainDays;
+	}
+
+	public String getCouponName() {
+		return couponName;
+	}
+
+	public void setCouponName(String couponName) {
+		this.couponName = couponName;
+	}
+
+	public String getCouponPicture() {
+		return couponPicture;
+	}
+
+	public void setCouponPicture(String couponPicture) {
+		this.couponPicture = couponPicture;
+	}
+
+	public String getCouponEffect() {
+		return couponEffect;
+	}
+
+	public void setCouponEffect(String couponEffect) {
+		this.couponEffect = couponEffect;
+	}
+
+	public String getCouponRule() {
+		return couponRule;
+	}
+
+	public void setCouponRule(String couponRule) {
+		this.couponRule = couponRule;
+	}
+
+	public Map<String, Object> getJumpBtn() {
+		return jumpBtn;
+	}
+
+	public void setJumpBtn(Map<String, Object> jumpBtn) {
+		this.jumpBtn = jumpBtn;
+	}
+
+	public String getInUseExplain() {
+		return inUseExplain;
+	}
+
+	public void setInUseExplain(String inUseExplain) {
+		this.inUseExplain = inUseExplain;
+	}
+
+	public String getCouponPictureInvalid() {
+		return couponPictureInvalid;
+	}
+
+	public void setCouponPictureInvalid(String couponPictureInvalid) {
+		this.couponPictureInvalid = couponPictureInvalid;
+	}
+
+	public String getCouponRuleLink() {
+		return couponRuleLink;
+	}
+
+	public void setCouponRuleLink(String couponRuleLink) {
+		this.couponRuleLink = couponRuleLink;
+	}
+
+	public List<String> getTips() {
+		return tips;
+	}
+
+	public void setTips(List<String> tips) {
+		this.tips = tips;
+	}
+
+	public boolean isPopup() {
+		return popup;
+	}
+
+	public void setPopup(boolean popup) {
+		this.popup = popup;
+	}
+
+	public String getGiveTips() {
+		return giveTips;
+	}
+
+	public void setGiveTips(String giveTips) {
+		this.giveTips = giveTips;
+	}
+
+	public List<String> getTipsUsing() {
+		return tipsUsing;
+	}
+
+	public void setTipsUsing(List<String> tipsUsing) {
+		this.tipsUsing = tipsUsing;
+	}
+}

--
Gitblit v1.8.0