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/dto/mq/user/body/UserCloudMQMsg.java |  118 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 59 insertions(+), 59 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserCloudMQMsg.java b/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserCloudMQMsg.java
index 7c2e285..58b3d29 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserCloudMQMsg.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserCloudMQMsg.java
@@ -1,59 +1,59 @@
-package com.yeshi.fanli.dto.mq.user.body;
-
-import com.yeshi.fanli.dto.mq.BaseMQMsgBody;
-
-/**
- * 鐢ㄦ埛浜戝彂鍗�
- * 
- * @author Administrator
- *
- */
-public class UserCloudMQMsg extends BaseMQMsgBody {
-	
-	public final static int TYPE_STORE = 1; // 鍟嗗搧搴�
-	public final static int TYPE_EVALUATE = 2; // 鍙戝湀鍐呭
-	public final static int TYPE_PUSH = 3; // 绔欏唴鎺ㄩ�佹秷鎭�
-	
-	private Long uid;// 鐢ㄦ埛ID
-	private String id;// 鍙戝湀id 銆� 鍟嗗搧搴搃d
-	private Integer type;// 绫诲瀷
-
-	public UserCloudMQMsg(Long uid, Integer type) {
-		super();
-		this.uid = uid;
-		this.type = type;
-	}
-	
-	public UserCloudMQMsg(Long uid, String id, Integer type) {
-		super();
-		this.uid = uid;
-		this.id = id;
-		this.type = type;
-	}
-
-	public Long getUid() {
-		return uid;
-	}
-
-	public void setUid(Long uid) {
-		this.uid = uid;
-	}
-
-	public String getId() {
-		return id;
-	}
-
-	public void setId(String id) {
-		this.id = id;
-	}
-
-	public Integer getType() {
-		return type;
-	}
-
-	public void setType(Integer type) {
-		this.type = type;
-	}
-
-	 
-}
+package com.yeshi.fanli.dto.mq.user.body;
+
+import com.yeshi.fanli.dto.mq.BaseMQMsgBody;
+
+/**
+ * 鐢ㄦ埛浜戝彂鍗�
+ * 
+ * @author Administrator
+ *
+ */
+public class UserCloudMQMsg extends BaseMQMsgBody {
+	
+	public final static int TYPE_STORE = 1; // 鍟嗗搧搴�
+	public final static int TYPE_EVALUATE = 2; // 鍙戝湀鍐呭
+	public final static int TYPE_PUSH = 3; // 绔欏唴鎺ㄩ�佹秷鎭�
+	
+	private Long uid;// 鐢ㄦ埛ID
+	private String id;// 鍙戝湀id 銆� 鍟嗗搧搴搃d
+	private Integer type;// 绫诲瀷
+
+	public UserCloudMQMsg(Long uid, Integer type) {
+		super();
+		this.uid = uid;
+		this.type = type;
+	}
+	
+	public UserCloudMQMsg(Long uid, String id, Integer type) {
+		super();
+		this.uid = uid;
+		this.id = id;
+		this.type = type;
+	}
+
+	public Long getUid() {
+		return uid;
+	}
+
+	public void setUid(Long uid) {
+		this.uid = uid;
+	}
+
+	public String getId() {
+		return id;
+	}
+
+	public void setId(String id) {
+		this.id = id;
+	}
+
+	public Integer getType() {
+		return type;
+	}
+
+	public void setType(Integer type) {
+		this.type = type;
+	}
+
+	 
+}

--
Gitblit v1.8.0