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/user/LostOrder.java |  394 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 197 insertions(+), 197 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/LostOrder.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/LostOrder.java
index 1141785..e89dce5 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/LostOrder.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/LostOrder.java
@@ -1,197 +1,197 @@
-package com.yeshi.fanli.entity.bus.user;
-
-
-import org.springframework.data.annotation.Transient;
-import org.yeshi.utils.mybatis.Column;
-import org.yeshi.utils.mybatis.Table;
-
-import com.google.gson.annotations.Expose;
-
-/**
- * 涓㈠け璁㈠崟
- * 
- * @author cxx
- *
- * @date 2018骞�1鏈�29鏃�
- */
-@Table("yeshi_ec_lost_order")
-public class LostOrder {
-
-	public final static int RESULT_CODE_VERFING = 1;// 瀹℃牳涓�
-	public final static int RESULT_CODE_SUCCESS = 2;// 鎴愬姛
-	public final static int RESULT_CODE_FAIL = 3;// 澶辫触锛堥�氳繃鍚�3鏃ユ湭澶勭悊鎴愬姛鍒欏垽鏂负澶辫触锛�
-
-	public final static int STATE_VERFING = 0;
-	public final static int STATE_PASS = 1;
-	public final static int STATE_REJECT = 2;
-	
-	
-	public final static int TYPE_TAOBAO = 1;
-
-	@Expose
-	@Column(name = "id")
-	private Long id;
-	@Expose
-	@Column(name = "orderId")
-	private String orderId;// 璁㈠崟鍙�
-	@Column(name = "type")
-	@Expose
-	private Integer type;// 璁㈠崟绫诲瀷 1-娣樺疂璁㈠崟
-	@Column(name = "state")
-	@Expose
-	private Integer state;// 璁㈠崟鐘舵�� 0:瀹℃牳 1锛氶�氳繃 2锛氭嫆缁�
-	@Column(name = "createTime")
-	@Expose
-	private Long createTime;
-	@Column(name = "handleTime")
-	@Expose
-	private Long handleTime;
-
-	@Column(name = "uid")
-	@Expose
-	private UserInfo userInfo;
-
-	@Column(name = "oid")
-	@Expose
-	private Order order;
-	@Column(name = "remake")
-	@Expose
-	private String remake;
-	@Column(name = "judge")
-	@Expose
-	private String judge;// 绯荤粺鍒ゅ畾锛氬鏋滅敤鎴峰湪鏈郴缁熻喘涔板苟鎴愬姛涓婁紶杩囪鍗曪紝涓斾笂浼犵殑涓㈠け璁㈠崟鍚�6浣嶇浉鍚岀殑璇濓紝閭d箞绯荤粺鍒ゅ畾涓哄尮閰�
-
-	@Column(name = "result_code")
-	@Expose
-	private Integer resultCode;// 绗笁鏂瑰钩鍙拌鍗曠埇鍙栫粨鏋�
-	@Column(name = "ip_info")
-	private String ipInfo;
-
-	@Transient
-	private Integer total;
-	@Transient
-	private Integer totalPass;
-	@Transient
-	private Integer totalReject;
-
-	public Integer getResultCode() {
-		return resultCode;
-	}
-
-	public void setResultCode(Integer resultCode) {
-		this.resultCode = resultCode;
-	}
-
-	public Long getId() {
-		return id;
-	}
-
-	public void setId(Long id) {
-		this.id = id;
-	}
-
-	public String getRemake() {
-		return remake;
-	}
-
-	public void setRemake(String remake) {
-		this.remake = remake;
-	}
-
-	public String getJudge() {
-		return judge;
-	}
-
-	public void setJudge(String judge) {
-		this.judge = judge;
-	}
-
-	public String getOrderId() {
-		return orderId;
-	}
-
-	public void setOrderId(String orderId) {
-		this.orderId = orderId;
-	}
-
-	public Integer getType() {
-		return type;
-	}
-
-	public void setType(Integer type) {
-		this.type = type;
-	}
-
-	public Integer getState() {
-		return state;
-	}
-
-	public void setState(Integer state) {
-		this.state = state;
-	}
-
-	public Long getCreateTime() {
-		return createTime;
-	}
-
-	public void setCreateTime(Long createTime) {
-		this.createTime = createTime;
-	}
-
-	public Long getHandleTime() {
-		return handleTime;
-	}
-
-	public void setHandleTime(Long handleTime) {
-		this.handleTime = handleTime;
-	}
-
-	public UserInfo getUserInfo() {
-		return userInfo;
-	}
-
-	public void setUserInfo(UserInfo userInfo) {
-		this.userInfo = userInfo;
-	}
-
-	public Order getOrder() {
-		return order;
-	}
-
-	public void setOrder(Order order) {
-		this.order = order;
-	}
-
-	public Integer getTotal() {
-		return total;
-	}
-
-	public void setTotal(Integer total) {
-		this.total = total;
-	}
-
-	public Integer getTotalPass() {
-		return totalPass;
-	}
-
-	public void setTotalPass(Integer totalPass) {
-		this.totalPass = totalPass;
-	}
-
-	public Integer getTotalReject() {
-		return totalReject;
-	}
-
-	public void setTotalReject(Integer totalReject) {
-		this.totalReject = totalReject;
-	}
-
-	public String getIpInfo() {
-		return ipInfo;
-	}
-
-	public void setIpInfo(String ipInfo) {
-		this.ipInfo = ipInfo;
-	}
-
-}
+package com.yeshi.fanli.entity.bus.user;
+
+
+import org.springframework.data.annotation.Transient;
+import org.yeshi.utils.generater.mybatis.Column;
+import org.yeshi.utils.generater.mybatis.Table;
+
+import com.google.gson.annotations.Expose;
+
+/**
+ * 涓㈠け璁㈠崟
+ * 
+ * @author cxx
+ *
+ * @date 2018骞�1鏈�29鏃�
+ */
+@Table("yeshi_ec_lost_order")
+public class LostOrder {
+
+	public final static int RESULT_CODE_VERFING = 1;// 瀹℃牳涓�
+	public final static int RESULT_CODE_SUCCESS = 2;// 鎴愬姛
+	public final static int RESULT_CODE_FAIL = 3;// 澶辫触锛堥�氳繃鍚�3鏃ユ湭澶勭悊鎴愬姛鍒欏垽鏂负澶辫触锛�
+
+	public final static int STATE_VERFING = 0;
+	public final static int STATE_PASS = 1;
+	public final static int STATE_REJECT = 2;
+	
+	
+	public final static int TYPE_TAOBAO = 1;
+
+	@Expose
+	@Column(name = "id")
+	private Long id;
+	@Expose
+	@Column(name = "orderId")
+	private String orderId;// 璁㈠崟鍙�
+	@Column(name = "type")
+	@Expose
+	private Integer type;// 璁㈠崟绫诲瀷 1-娣樺疂璁㈠崟
+	@Column(name = "state")
+	@Expose
+	private Integer state;// 璁㈠崟鐘舵�� 0:瀹℃牳 1锛氶�氳繃 2锛氭嫆缁�
+	@Column(name = "createTime")
+	@Expose
+	private Long createTime;
+	@Column(name = "handleTime")
+	@Expose
+	private Long handleTime;
+
+	@Column(name = "uid")
+	@Expose
+	private UserInfo userInfo;
+
+	@Column(name = "oid")
+	@Expose
+	private Order order;
+	@Column(name = "remake")
+	@Expose
+	private String remake;
+	@Column(name = "judge")
+	@Expose
+	private String judge;// 绯荤粺鍒ゅ畾锛氬鏋滅敤鎴峰湪鏈郴缁熻喘涔板苟鎴愬姛涓婁紶杩囪鍗曪紝涓斾笂浼犵殑涓㈠け璁㈠崟鍚�6浣嶇浉鍚岀殑璇濓紝閭d箞绯荤粺鍒ゅ畾涓哄尮閰�
+
+	@Column(name = "result_code")
+	@Expose
+	private Integer resultCode;// 绗笁鏂瑰钩鍙拌鍗曠埇鍙栫粨鏋�
+	@Column(name = "ip_info")
+	private String ipInfo;
+
+	@Transient
+	private Integer total;
+	@Transient
+	private Integer totalPass;
+	@Transient
+	private Integer totalReject;
+
+	public Integer getResultCode() {
+		return resultCode;
+	}
+
+	public void setResultCode(Integer resultCode) {
+		this.resultCode = resultCode;
+	}
+
+	public Long getId() {
+		return id;
+	}
+
+	public void setId(Long id) {
+		this.id = id;
+	}
+
+	public String getRemake() {
+		return remake;
+	}
+
+	public void setRemake(String remake) {
+		this.remake = remake;
+	}
+
+	public String getJudge() {
+		return judge;
+	}
+
+	public void setJudge(String judge) {
+		this.judge = judge;
+	}
+
+	public String getOrderId() {
+		return orderId;
+	}
+
+	public void setOrderId(String orderId) {
+		this.orderId = orderId;
+	}
+
+	public Integer getType() {
+		return type;
+	}
+
+	public void setType(Integer type) {
+		this.type = type;
+	}
+
+	public Integer getState() {
+		return state;
+	}
+
+	public void setState(Integer state) {
+		this.state = state;
+	}
+
+	public Long getCreateTime() {
+		return createTime;
+	}
+
+	public void setCreateTime(Long createTime) {
+		this.createTime = createTime;
+	}
+
+	public Long getHandleTime() {
+		return handleTime;
+	}
+
+	public void setHandleTime(Long handleTime) {
+		this.handleTime = handleTime;
+	}
+
+	public UserInfo getUserInfo() {
+		return userInfo;
+	}
+
+	public void setUserInfo(UserInfo userInfo) {
+		this.userInfo = userInfo;
+	}
+
+	public Order getOrder() {
+		return order;
+	}
+
+	public void setOrder(Order order) {
+		this.order = order;
+	}
+
+	public Integer getTotal() {
+		return total;
+	}
+
+	public void setTotal(Integer total) {
+		this.total = total;
+	}
+
+	public Integer getTotalPass() {
+		return totalPass;
+	}
+
+	public void setTotalPass(Integer totalPass) {
+		this.totalPass = totalPass;
+	}
+
+	public Integer getTotalReject() {
+		return totalReject;
+	}
+
+	public void setTotalReject(Integer totalReject) {
+		this.totalReject = totalReject;
+	}
+
+	public String getIpInfo() {
+		return ipInfo;
+	}
+
+	public void setIpInfo(String ipInfo) {
+		this.ipInfo = ipInfo;
+	}
+
+}

--
Gitblit v1.8.0