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/cloud/UserCloudManage.java |  166 +++++++++++++++++++++++++++---------------------------
 1 files changed, 83 insertions(+), 83 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/cloud/UserCloudManage.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/cloud/UserCloudManage.java
index 2f2295e..af9da2b 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/cloud/UserCloudManage.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/cloud/UserCloudManage.java
@@ -1,83 +1,83 @@
-package com.yeshi.fanli.entity.bus.user.cloud;
-
-import java.util.Date;
-
-import org.yeshi.utils.mybatis.Column;
-import org.yeshi.utils.mybatis.Table;
-
-/**
- * 鍙戝崟鍟嗗搧搴�
- * 
- * @author Administrator
- *
- */
-@Table("yeshi_ec_user_cloud_manage")
-public class UserCloudManage {
-
-	@Column(name = "ucm_uid")
-	private Long id;
-
-	@Column(name = "ucm_official")
-	private Boolean official;
-
-	@Column(name = "ucm_custom")
-	private Boolean custom; // 鐘舵��
-
-	@Column(name = "ucm_offline_notice")
-	private Boolean offlineNotice; // 鎺夌嚎閫氱煡
-
-	@Column(name = "ucm_create_time")
-	private Date createTime;
-
-	@Column(name = "ucm_update_time")
-	private Date updateTime;
-
-	public Long getId() {
-		return id;
-	}
-
-	public void setId(Long id) {
-		this.id = id;
-	}
-
-	public Boolean getOfficial() {
-		return official;
-	}
-
-	public void setOfficial(Boolean official) {
-		this.official = official;
-	}
-
-	public Boolean getCustom() {
-		return custom;
-	}
-
-	public void setCustom(Boolean custom) {
-		this.custom = custom;
-	}
-
-	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;
-	}
-
-	public Boolean getOfflineNotice() {
-		return offlineNotice;
-	}
-
-	public void setOfflineNotice(Boolean offlineNotice) {
-		this.offlineNotice = offlineNotice;
-	}
-
-}
+package com.yeshi.fanli.entity.bus.user.cloud;
+
+import java.util.Date;
+
+import org.yeshi.utils.generater.mybatis.Column;
+import org.yeshi.utils.generater.mybatis.Table;
+
+/**
+ * 鍙戝崟鍟嗗搧搴�
+ * 
+ * @author Administrator
+ *
+ */
+@Table("yeshi_ec_user_cloud_manage")
+public class UserCloudManage {
+
+	@Column(name = "ucm_uid")
+	private Long id;
+
+	@Column(name = "ucm_official")
+	private Boolean official;
+
+	@Column(name = "ucm_custom")
+	private Boolean custom; // 鐘舵��
+
+	@Column(name = "ucm_offline_notice")
+	private Boolean offlineNotice; // 鎺夌嚎閫氱煡
+
+	@Column(name = "ucm_create_time")
+	private Date createTime;
+
+	@Column(name = "ucm_update_time")
+	private Date updateTime;
+
+	public Long getId() {
+		return id;
+	}
+
+	public void setId(Long id) {
+		this.id = id;
+	}
+
+	public Boolean getOfficial() {
+		return official;
+	}
+
+	public void setOfficial(Boolean official) {
+		this.official = official;
+	}
+
+	public Boolean getCustom() {
+		return custom;
+	}
+
+	public void setCustom(Boolean custom) {
+		this.custom = custom;
+	}
+
+	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;
+	}
+
+	public Boolean getOfflineNotice() {
+		return offlineNotice;
+	}
+
+	public void setOfflineNotice(Boolean offlineNotice) {
+		this.offlineNotice = offlineNotice;
+	}
+
+}

--
Gitblit v1.8.0