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/msg/MsgExtra.java |  150 +++++++++++++++++++++++++------------------------
 1 files changed, 76 insertions(+), 74 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/MsgExtra.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/MsgExtra.java
index cdda19e..2e141b8 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/MsgExtra.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/MsgExtra.java
@@ -1,74 +1,76 @@
-package com.yeshi.fanli.entity.bus.msg;
-
-import java.util.Date;
-
-import org.yeshi.utils.mybatis.Column;
-import org.yeshi.utils.mybatis.Table;
-
-/***
- * 娑堟伅鍐呭鏂扮増
- * 
- * @author Administrator
- *
- */
-@Table("yeshi_ec_msg_extra")
-public class MsgExtra {
-	// 娑堟伅鐨勭被鍨�
-	public final static String MSG_TYPE_ORDER = "order";
-	public final static String MSG_TYPE_MONEY = "money";
-	public final static String MSG_TYPE_ACCOUNT = "account";
-	public final static String MSG_TYPE_INVITE = "invite";
-	public final static String MSG_TYPE_OTHER = "other";
-
-	@Column(name = "mea_id")
-	private Long id;
-	@Column(name = "mea_rid")
-	private Long rid; // 鍏宠仈id
-	@Column(name = "mea_type")
-	private String type;// 绫诲瀷
-	@Column(name = "mea_content")
-	private String content;// 鍐呭
-	@Column(name = "mea_create_time")
-	private Date createTime;
-
-	public Long getId() {
-		return id;
-	}
-
-	public void setId(Long id) {
-		this.id = id;
-	}
-
-	public Long getRid() {
-		return rid;
-	}
-
-	public void setRid(Long rid) {
-		this.rid = rid;
-	}
-
-	public String getType() {
-		return type;
-	}
-
-	public void setType(String type) {
-		this.type = type;
-	}
-
-	public String getContent() {
-		return content;
-	}
-
-	public void setContent(String content) {
-		this.content = content;
-	}
-
-	public Date getCreateTime() {
-		return createTime;
-	}
-
-	public void setCreateTime(Date createTime) {
-		this.createTime = createTime;
-	}
-
-}
+package com.yeshi.fanli.entity.bus.msg;
+
+import java.util.Date;
+
+import org.yeshi.utils.generater.mybatis.Column;
+import org.yeshi.utils.generater.mybatis.Table;
+
+/***
+ * 娑堟伅鍐呭鏂扮増
+ * 
+ * @author Administrator
+ *
+ */
+@Table("yeshi_ec_msg_extra")
+public class MsgExtra {
+	// 娑堟伅鐨勭被鍨�
+	public final static String MSG_TYPE_ORDER = "order";
+	public final static String MSG_TYPE_MONEY = "money";
+	public final static String MSG_TYPE_ACCOUNT = "account";
+	public final static String MSG_TYPE_INVITE = "invite";
+	public final static String MSG_TYPE_OTHER = "other";
+	public final static String MSG_TYPE_LIJIN_VIP = "lijinVip";
+	public final static String MSG_TYPE_SYSTEM = "system";
+
+	@Column(name = "mea_id")
+	private Long id;
+	@Column(name = "mea_rid")
+	private Long rid; // 鍏宠仈id
+	@Column(name = "mea_type")
+	private String type;// 绫诲瀷
+	@Column(name = "mea_content")
+	private String content;// 鍐呭
+	@Column(name = "mea_create_time")
+	private Date createTime;
+
+	public Long getId() {
+		return id;
+	}
+
+	public void setId(Long id) {
+		this.id = id;
+	}
+
+	public Long getRid() {
+		return rid;
+	}
+
+	public void setRid(Long rid) {
+		this.rid = rid;
+	}
+
+	public String getType() {
+		return type;
+	}
+
+	public void setType(String type) {
+		this.type = type;
+	}
+
+	public String getContent() {
+		return content;
+	}
+
+	public void setContent(String content) {
+		this.content = content;
+	}
+
+	public Date getCreateTime() {
+		return createTime;
+	}
+
+	public void setCreateTime(Date createTime) {
+		this.createTime = createTime;
+	}
+
+}

--
Gitblit v1.8.0