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/activity/ActivityRuleUser.java |  217 +++++++++++++++++++++++++++---------------------------
 1 files changed, 109 insertions(+), 108 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/activity/ActivityRuleUser.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/activity/ActivityRuleUser.java
index b76bc3a..06872ef 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/activity/ActivityRuleUser.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/activity/ActivityRuleUser.java
@@ -1,108 +1,109 @@
-package com.yeshi.fanli.entity.bus.activity;
-
-import java.util.Date;
-
-import org.yeshi.utils.mybatis.Column;
-import org.yeshi.utils.mybatis.Table;
-
-import com.yeshi.fanli.dto.dynamic.ActivityUserRule;
-
-/**
- * 鍔ㄦ�佺敤鎴峰垪琛�
- * 
- * @author Administrator
- *
- */
-@Table("yeshi_ec_activity_rule_user")
-public class ActivityRuleUser {
-
-	public final static int RULE_DEFAULT = 1;// 榛樿
-	public final static int RULE_HOT = 100;
-	public final static int RULE_HOT_JUJIA = 100 + 4;
-	public final static int RULE_HOT_MEISHI = 100 + 6;
-	public final static int RULE_HOT_MUYIN = 100 + 2;
-	public final static int RULE_HOT_MEIZHUANG = 100 + 3;
-	public final static int RULE_HOT_NVZHUANG = 100 + 1;
-	public final static int RULE_HOT_SHUMAJIADIAN = 100 + 8;
-	public final static int RULE_HOT_WENYUCHEPIN = 100 + 7;
-	public final static int RULE_HOT_NEIYI = 100 + 10;
-	public final static int RULE_HOT_JIAZHUANGJIAFANG = 100 + 14;
-	public final static int RULE_HOT_XIEPIN = 100 + 5;
-	public final static int RULE_HOT_NANZHUANG = 100 + 9;
-	public final static int RULE_HOT_PEISHI = 100 + 12;
-	public final static int RULE_HOT_HUWAI = 100 + 13;
-	public final static int RULE_HOT_XIANGBAO = 100 + 11;
-	public final static int RULE_HAOHUO = 200;
-
-	public static ActivityUserRule[] RULES = new ActivityUserRule[] { new ActivityUserRule(RULE_DEFAULT, "榛樿"),
-			new ActivityUserRule(RULE_HOT, "鍗曞搧鐑攢"), new ActivityUserRule(RULE_HOT_JUJIA, "灞呭鐧捐揣"),
-			new ActivityUserRule(RULE_HOT_MEISHI, "缇庨"), new ActivityUserRule(RULE_HOT_MUYIN, "姣嶅┐"),
-			new ActivityUserRule(RULE_HOT_MEIZHUANG, "缇庡"), new ActivityUserRule(RULE_HOT_NVZHUANG, "濂宠"),
-			new ActivityUserRule(RULE_HOT_SHUMAJIADIAN, "鏁扮爜瀹剁數"), new ActivityUserRule(RULE_HOT_WENYUCHEPIN, "鏂囧ū杞﹀搧"),
-			new ActivityUserRule(RULE_HOT_NEIYI, "鍐呰。"), new ActivityUserRule(RULE_HOT_JIAZHUANGJIAFANG, "瀹惰瀹剁汉"),
-			new ActivityUserRule(RULE_HOT_XIEPIN, "闉嬪搧"), new ActivityUserRule(RULE_HOT_NANZHUANG, "鐢疯"),
-			new ActivityUserRule(RULE_HOT_PEISHI, "閰嶉グ"), new ActivityUserRule(RULE_HOT_HUWAI, "鎴峰"),
-			new ActivityUserRule(RULE_HOT_XIANGBAO, "绠卞寘"), new ActivityUserRule(RULE_HAOHUO, "濂借揣鎺ㄨ崘"), };
-
-	@Column(name = "aru_id")
-	private Long id;
-	@Column(name = "aru_id_user_id")
-	private ActivityUser activityUser;
-	@Column(name = "aru_rule_code")
-	private Integer ruleCode;// 瑙勫垯缂栫爜
-	@Column(name = "aru_order_by")
-	private Integer orderBy;
-	@Column(name = "aru_create_time")
-	private Date createTime;
-
-	private ActivityUserRule rule;// 韬唤
-
-	public ActivityUserRule getRule() {
-		return rule;
-	}
-
-	public void setRule(ActivityUserRule rule) {
-		this.rule = rule;
-	}
-
-	public Long getId() {
-		return id;
-	}
-
-	public void setId(Long id) {
-		this.id = id;
-	}
-
-	public ActivityUser getActivityUser() {
-		return activityUser;
-	}
-
-	public void setActivityUser(ActivityUser activityUser) {
-		this.activityUser = activityUser;
-	}
-
-	public Integer getRuleCode() {
-		return ruleCode;
-	}
-
-	public void setRuleCode(Integer ruleCode) {
-		this.ruleCode = ruleCode;
-	}
-
-	public Integer getOrderBy() {
-		return orderBy;
-	}
-
-	public void setOrderBy(Integer orderBy) {
-		this.orderBy = orderBy;
-	}
-
-	public Date getCreateTime() {
-		return createTime;
-	}
-
-	public void setCreateTime(Date createTime) {
-		this.createTime = createTime;
-	}
-
-}
+package com.yeshi.fanli.entity.bus.activity;
+
+import java.util.Date;
+
+import org.yeshi.utils.generater.mybatis.Column;
+import org.yeshi.utils.generater.mybatis.Table;
+
+import com.yeshi.fanli.dto.dynamic.ActivityUserRule;
+
+/**
+ * 鍔ㄦ�佺敤鎴峰垪琛�
+ * 
+ * @author Administrator
+ *
+ */
+@Table("yeshi_ec_activity_rule_user")
+public class ActivityRuleUser {
+
+	public final static int RULE_DEFAULT = 1;// 榛樿
+	public final static int RULE_HOT = 100;
+	public final static int RULE_HOT_JUJIA = 100 + 4;
+	public final static int RULE_HOT_MEISHI = 100 + 6;
+	public final static int RULE_HOT_MUYIN = 100 + 2;
+	public final static int RULE_HOT_MEIZHUANG = 100 + 3;
+	public final static int RULE_HOT_NVZHUANG = 100 + 1;
+	public final static int RULE_HOT_SHUMAJIADIAN = 100 + 8;
+	public final static int RULE_HOT_WENYUCHEPIN = 100 + 7;
+	public final static int RULE_HOT_NEIYI = 100 + 10;
+	public final static int RULE_HOT_JIAZHUANGJIAFANG = 100 + 14;
+	public final static int RULE_HOT_XIEPIN = 100 + 5;
+	public final static int RULE_HOT_NANZHUANG = 100 + 9;
+	public final static int RULE_HOT_PEISHI = 100 + 12;
+	public final static int RULE_HOT_HUWAI = 100 + 13;
+	public final static int RULE_HOT_XIANGBAO = 100 + 11;
+	public final static int RULE_HAOHUO = 200;
+	public final static int RULE_HAODIAN = 300;
+
+	public static ActivityUserRule[] RULES = new ActivityUserRule[] { new ActivityUserRule(RULE_DEFAULT, "榛樿"),
+			new ActivityUserRule(RULE_HOT, "鍗曞搧鐑攢"), new ActivityUserRule(RULE_HOT_JUJIA, "灞呭鐧捐揣"),
+			new ActivityUserRule(RULE_HOT_MEISHI, "缇庨"), new ActivityUserRule(RULE_HOT_MUYIN, "姣嶅┐"),
+			new ActivityUserRule(RULE_HOT_MEIZHUANG, "缇庡"), new ActivityUserRule(RULE_HOT_NVZHUANG, "濂宠"),
+			new ActivityUserRule(RULE_HOT_SHUMAJIADIAN, "鏁扮爜瀹剁數"), new ActivityUserRule(RULE_HOT_WENYUCHEPIN, "鏂囧ū杞﹀搧"),
+			new ActivityUserRule(RULE_HOT_NEIYI, "鍐呰。"), new ActivityUserRule(RULE_HOT_JIAZHUANGJIAFANG, "瀹惰瀹剁汉"),
+			new ActivityUserRule(RULE_HOT_XIEPIN, "闉嬪搧"), new ActivityUserRule(RULE_HOT_NANZHUANG, "鐢疯"),
+			new ActivityUserRule(RULE_HOT_PEISHI, "閰嶉グ"), new ActivityUserRule(RULE_HOT_HUWAI, "鎴峰"),
+			new ActivityUserRule(RULE_HOT_XIANGBAO, "绠卞寘"), new ActivityUserRule(RULE_HAOHUO, "濂借揣鎺ㄨ崘"), };
+
+	@Column(name = "aru_id")
+	private Long id;
+	@Column(name = "aru_id_user_id")
+	private ActivityUser activityUser;
+	@Column(name = "aru_rule_code")
+	private Integer ruleCode;// 瑙勫垯缂栫爜
+	@Column(name = "aru_order_by")
+	private Integer orderBy;
+	@Column(name = "aru_create_time")
+	private Date createTime;
+
+	private ActivityUserRule rule;// 韬唤
+
+	public ActivityUserRule getRule() {
+		return rule;
+	}
+
+	public void setRule(ActivityUserRule rule) {
+		this.rule = rule;
+	}
+
+	public Long getId() {
+		return id;
+	}
+
+	public void setId(Long id) {
+		this.id = id;
+	}
+
+	public ActivityUser getActivityUser() {
+		return activityUser;
+	}
+
+	public void setActivityUser(ActivityUser activityUser) {
+		this.activityUser = activityUser;
+	}
+
+	public Integer getRuleCode() {
+		return ruleCode;
+	}
+
+	public void setRuleCode(Integer ruleCode) {
+		this.ruleCode = ruleCode;
+	}
+
+	public Integer getOrderBy() {
+		return orderBy;
+	}
+
+	public void setOrderBy(Integer orderBy) {
+		this.orderBy = orderBy;
+	}
+
+	public Date getCreateTime() {
+		return createTime;
+	}
+
+	public void setCreateTime(Date createTime) {
+		this.createTime = createTime;
+	}
+
+}

--
Gitblit v1.8.0