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/homemodule/AdActivityVersionControl.java |  154 ++++++++++++++++++++++++++-------------------------
 1 files changed, 78 insertions(+), 76 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/AdActivityVersionControl.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/AdActivityVersionControl.java
index 24153fa..c088c41 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/AdActivityVersionControl.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/homemodule/AdActivityVersionControl.java
@@ -1,76 +1,78 @@
-package com.yeshi.fanli.entity.bus.homemodule;
-
-import java.util.Date;
-
-import org.yeshi.utils.mybatis.Column;
-import org.yeshi.utils.mybatis.Table;
-
-import com.yeshi.fanli.entity.AppVersionInfo;
-
-/**
- * 骞垮憡娲诲姩鐗堟湰鎺у埗锛堝寘鍚� Banner涓庝笓棰橈級
- * 
- * @author Administrator
- *
- */
-@Table("yeshi_ec_ad_activity_version_control")
-public class AdActivityVersionControl {
-
-	public enum AdActivityType {
-		banner,// 杞挱鍥�
-		special,// 涓撻
-		helpClass,// 甯姪涓績鍒嗙被
-		helpCenter;// 甯姪涓績鏂囨。
-	}
-
-	@Column(name = "vc_id")
-	private Long id;
-	@Column(name = "vc_type")
-	private AdActivityType type;// 骞垮憡娲诲姩绫诲瀷
-	@Column(name = "vc_source_id")
-	private Long sourceId;// 杞挱鍥綢D鎴栬�呬笓棰業d
-	@Column(name = "vc_version")
-	private AppVersionInfo version;// 鐗堟湰鍙�
-	@Column(name = "vc_create_time")
-	private Date createTime;
-
-	public Long getId() {
-		return id;
-	}
-
-	public void setId(Long id) {
-		this.id = id;
-	}
-
-	public AdActivityType getType() {
-		return type;
-	}
-
-	public void setType(AdActivityType type) {
-		this.type = type;
-	}
-
-	public Long getSourceId() {
-		return sourceId;
-	}
-
-	public void setSourceId(Long sourceId) {
-		this.sourceId = sourceId;
-	}
-
-	public AppVersionInfo getVersion() {
-		return version;
-	}
-
-	public void setVersion(AppVersionInfo version) {
-		this.version = version;
-	}
-
-	public Date getCreateTime() {
-		return createTime;
-	}
-
-	public void setCreateTime(Date createTime) {
-		this.createTime = createTime;
-	}
-}
+package com.yeshi.fanli.entity.bus.homemodule;
+
+import java.util.Date;
+
+import org.yeshi.utils.generater.mybatis.Column;
+import org.yeshi.utils.generater.mybatis.Table;
+
+import com.yeshi.fanli.entity.AppVersionInfo;
+
+/**
+ * 骞垮憡娲诲姩鐗堟湰鎺у埗锛堝寘鍚� Banner涓庝笓棰橈級
+ * 
+ * @author Administrator
+ *
+ */
+@Table("yeshi_ec_ad_activity_version_control")
+public class AdActivityVersionControl {
+
+	public enum AdActivityType {
+		banner,// 杞挱鍥�
+		special,// 涓撻
+		floatAD,// 鎮诞鍥�
+		notification,// 灏忛粍鏉�
+		helpClass,// 甯姪涓績鍒嗙被
+		helpCenter;// 甯姪涓績鏂囨。
+	}
+
+	@Column(name = "vc_id")
+	private Long id;
+	@Column(name = "vc_type")
+	private AdActivityType type;// 骞垮憡娲诲姩绫诲瀷
+	@Column(name = "vc_source_id")
+	private Long sourceId;// 杞挱鍥綢D鎴栬�呬笓棰業d
+	@Column(name = "vc_version")
+	private AppVersionInfo version;// 鐗堟湰鍙�
+	@Column(name = "vc_create_time")
+	private Date createTime;
+
+	public Long getId() {
+		return id;
+	}
+
+	public void setId(Long id) {
+		this.id = id;
+	}
+
+	public AdActivityType getType() {
+		return type;
+	}
+
+	public void setType(AdActivityType type) {
+		this.type = type;
+	}
+
+	public Long getSourceId() {
+		return sourceId;
+	}
+
+	public void setSourceId(Long sourceId) {
+		this.sourceId = sourceId;
+	}
+
+	public AppVersionInfo getVersion() {
+		return version;
+	}
+
+	public void setVersion(AppVersionInfo version) {
+		this.version = version;
+	}
+
+	public Date getCreateTime() {
+		return createTime;
+	}
+
+	public void setCreateTime(Date createTime) {
+		this.createTime = createTime;
+	}
+}

--
Gitblit v1.8.0