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/taobao/TaoBaoUnionAuthRecord.java |  178 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 89 insertions(+), 89 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/taobao/TaoBaoUnionAuthRecord.java b/fanli/src/main/java/com/yeshi/fanli/entity/taobao/TaoBaoUnionAuthRecord.java
index a31864c..9a591a0 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/taobao/TaoBaoUnionAuthRecord.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/taobao/TaoBaoUnionAuthRecord.java
@@ -1,89 +1,89 @@
-package com.yeshi.fanli.entity.taobao;
-
-import java.util.Date;
-
-import org.yeshi.utils.mybatis.Column;
-import org.yeshi.utils.mybatis.Table;
-
-import com.yeshi.fanli.entity.bus.user.UserInfo;
-
-/**
- * 娣樺疂鑱旂洘鎺堟潈璁板綍
- * 
- * @author Administrator
- *
- */
-@Table("yeshi_ec_taobao_union_auth_record")
-public class TaoBaoUnionAuthRecord {
-	@Column(name = "tuar_id")
-	private Long id;
-	@Column(name = "tuar_uid")
-	private UserInfo user;
-	@Column(name = "tuar_taobao_user_nick")
-	private String taoBaoUserNick;
-	@Column(name = "tuar_taobao_open_uid")
-	private String taoBaoOpenUid;
-	@Column(name = "tuar_taobao_user_id")
-	private String taoBaoUserId;
-	@Column(name = "tuar_create_time")
-	private Date createTime;
-	@Column(name = "tuar_update_time")
-	private Date updateTime;
-
-	public Long getId() {
-		return id;
-	}
-
-	public void setId(Long id) {
-		this.id = id;
-	}
-
-	public UserInfo getUser() {
-		return user;
-	}
-
-	public void setUser(UserInfo user) {
-		this.user = user;
-	}
-
-	public String getTaoBaoUserNick() {
-		return taoBaoUserNick;
-	}
-
-	public void setTaoBaoUserNick(String taoBaoUserNick) {
-		this.taoBaoUserNick = taoBaoUserNick;
-	}
-
-	public String getTaoBaoOpenUid() {
-		return taoBaoOpenUid;
-	}
-
-	public void setTaoBaoOpenUid(String taoBaoOpenUid) {
-		this.taoBaoOpenUid = taoBaoOpenUid;
-	}
-
-	public String getTaoBaoUserId() {
-		return taoBaoUserId;
-	}
-
-	public void setTaoBaoUserId(String taoBaoUserId) {
-		this.taoBaoUserId = taoBaoUserId;
-	}
-
-	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.taobao;
+
+import java.util.Date;
+
+import org.yeshi.utils.generater.mybatis.Column;
+import org.yeshi.utils.generater.mybatis.Table;
+
+import com.yeshi.fanli.entity.bus.user.UserInfo;
+
+/**
+ * 娣樺疂鑱旂洘鎺堟潈璁板綍
+ * 
+ * @author Administrator
+ *
+ */
+@Table("yeshi_ec_taobao_union_auth_record")
+public class TaoBaoUnionAuthRecord {
+	@Column(name = "tuar_id")
+	private Long id;
+	@Column(name = "tuar_uid")
+	private UserInfo user;
+	@Column(name = "tuar_taobao_user_nick")
+	private String taoBaoUserNick;
+	@Column(name = "tuar_taobao_open_uid")
+	private String taoBaoOpenUid;
+	@Column(name = "tuar_taobao_user_id")
+	private String taoBaoUserId;
+	@Column(name = "tuar_create_time")
+	private Date createTime;
+	@Column(name = "tuar_update_time")
+	private Date updateTime;
+
+	public Long getId() {
+		return id;
+	}
+
+	public void setId(Long id) {
+		this.id = id;
+	}
+
+	public UserInfo getUser() {
+		return user;
+	}
+
+	public void setUser(UserInfo user) {
+		this.user = user;
+	}
+
+	public String getTaoBaoUserNick() {
+		return taoBaoUserNick;
+	}
+
+	public void setTaoBaoUserNick(String taoBaoUserNick) {
+		this.taoBaoUserNick = taoBaoUserNick;
+	}
+
+	public String getTaoBaoOpenUid() {
+		return taoBaoOpenUid;
+	}
+
+	public void setTaoBaoOpenUid(String taoBaoOpenUid) {
+		this.taoBaoOpenUid = taoBaoOpenUid;
+	}
+
+	public String getTaoBaoUserId() {
+		return taoBaoUserId;
+	}
+
+	public void setTaoBaoUserId(String taoBaoUserId) {
+		this.taoBaoUserId = taoBaoUserId;
+	}
+
+	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;
+	}
+
+}

--
Gitblit v1.8.0