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/recommend/Honest.java |  188 +++++++++++++++++++++++-----------------------
 1 files changed, 94 insertions(+), 94 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/recommend/Honest.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/recommend/Honest.java
index 98f27d3..6b2a823 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/recommend/Honest.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/recommend/Honest.java
@@ -1,94 +1,94 @@
-package com.yeshi.fanli.entity.bus.recommend;
-
-import com.yeshi.fanli.entity.common.JumpDetail;
-import org.springframework.data.annotation.Transient;
-
-import java.io.Serializable;
-
-public class Honest implements Serializable{
-	
-	/**
-	 * 
-	 */
-	private static final long serialVersionUID = 1L;
-	
-	private long id;
-	private String name;
-	private String picture;
-	private String bigImg;
-	private int orderBy;
-	private String url;
-	@Transient
-    private JumpDetail jumpDetail; //鐠哄疇娴嗙拠锔藉剰
-	@Transient
-	private String params;//閸欏倹鏆�
-
-	
-	public String getParams() {
-		return params;
-	}
-	public void setParams(String params) {
-		this.params = params;
-	}
-	/**
-	 * 1閿涳拷9.9
-	 * 2:19.9
-	 * 3閿涙氨澹掓禒宄般偨鐠愶拷
-	 * 4閿涙艾鍨庢禍顐f箒缁�锟�
-	 */
-	private int type;
-	
-	public String getUrl() {
-		return url;
-	}
-	public void setUrl(String url) {
-		this.url = url;
-	}
-	public long getId() {
-		return id;
-	}
-	public void setId(long id) {
-		this.id = id;
-	}
-	
-	public String getBigImg() {
-		return bigImg;
-	}
-	public void setBigImg(String bigImg) {
-		this.bigImg = bigImg;
-	}
-	public String getName() {
-		return name;
-	}
-	public void setName(String name) {
-		this.name = name;
-	}
-	public String getPicture() {
-		return picture;
-	}
-	public void setPicture(String picture) {
-		this.picture = picture;
-	}
-	public int getOrderBy() {
-		return orderBy;
-	}
-	public void setOrderBy(int orderBy) {
-		this.orderBy = orderBy;
-	}
-	public int getType() {
-		return type;
-	}
-	public void setType(int type) {
-		this.type = type;
-	}
-	
-	
-	public JumpDetail getJumpDetail() {
-		return jumpDetail;
-	}
-	public void setJumpDetail(JumpDetail jumpDetail) {
-		this.jumpDetail = jumpDetail;
-	}
-	
-	
-}
+package com.yeshi.fanli.entity.bus.recommend;
+
+import com.yeshi.fanli.entity.common.JumpDetail;
+import org.springframework.data.annotation.Transient;
+
+import java.io.Serializable;
+
+public class Honest implements Serializable{
+	
+	/**
+	 * 
+	 */
+	private static final long serialVersionUID = 1L;
+	
+	private long id;
+	private String name;
+	private String picture;
+	private String bigImg;
+	private int orderBy;
+	private String url;
+	@Transient
+    private JumpDetail jumpDetail; //鐠哄疇娴嗙拠锔藉剰
+	@Transient
+	private String params;//閸欏倹鏆�
+
+	
+	public String getParams() {
+		return params;
+	}
+	public void setParams(String params) {
+		this.params = params;
+	}
+	/**
+	 * 1閿涳拷9.9
+	 * 2:19.9
+	 * 3閿涙氨澹掓禒宄般偨鐠愶拷
+	 * 4閿涙艾鍨庢禍顐f箒缁�锟�
+	 */
+	private int type;
+	
+	public String getUrl() {
+		return url;
+	}
+	public void setUrl(String url) {
+		this.url = url;
+	}
+	public long getId() {
+		return id;
+	}
+	public void setId(long id) {
+		this.id = id;
+	}
+	
+	public String getBigImg() {
+		return bigImg;
+	}
+	public void setBigImg(String bigImg) {
+		this.bigImg = bigImg;
+	}
+	public String getName() {
+		return name;
+	}
+	public void setName(String name) {
+		this.name = name;
+	}
+	public String getPicture() {
+		return picture;
+	}
+	public void setPicture(String picture) {
+		this.picture = picture;
+	}
+	public int getOrderBy() {
+		return orderBy;
+	}
+	public void setOrderBy(int orderBy) {
+		this.orderBy = orderBy;
+	}
+	public int getType() {
+		return type;
+	}
+	public void setType(int type) {
+		this.type = type;
+	}
+	
+	
+	public JumpDetail getJumpDetail() {
+		return jumpDetail;
+	}
+	public void setJumpDetail(JumpDetail jumpDetail) {
+		this.jumpDetail = jumpDetail;
+	}
+	
+	
+}

--
Gitblit v1.8.0