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/UserInviteMQMsg.java |  150 +++++++++++++++++++++++++-------------------------
 1 files changed, 75 insertions(+), 75 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserInviteMQMsg.java b/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserInviteMQMsg.java
index 3f124ca..758f8a5 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserInviteMQMsg.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserInviteMQMsg.java
@@ -1,75 +1,75 @@
-package com.yeshi.fanli.dto.mq.user.body;
-
-import java.util.Date;
-
-import com.yeshi.fanli.dto.mq.BaseMQMsgBody;
-
-/**
- * 閭�璇蜂俊鎭�
- * 
- * @author Administrator
- *
- */
-public class UserInviteMQMsg extends BaseMQMsgBody {
-	public static int STATE_NOT_SUCCESS = 0;
-	public static int STATE_SUCCESS = 1;
-
-	private Long bossId;// 涓婄骇ID
-	private Long workerId;// 涓嬬骇ID
-	private Date inviteTime;// 閭�璇锋椂闂�
-	private Date successTime;// 鎴愬姛鏃堕棿
-	private int state;// 閭�璇风姸鎬�
-
-	public UserInviteMQMsg(Long bossId, Long workerId, Date inviteTime, Date successTime, int state) {
-		super();
-		this.bossId = bossId;
-		this.workerId = workerId;
-		this.inviteTime = inviteTime;
-		this.successTime = successTime;
-		this.state = state;
-	}
-
-	public UserInviteMQMsg() {
-		super();
-	}
-
-	public Long getBossId() {
-		return bossId;
-	}
-
-	public void setBossId(Long bossId) {
-		this.bossId = bossId;
-	}
-
-	public Long getWorkerId() {
-		return workerId;
-	}
-
-	public void setWorkerId(Long workerId) {
-		this.workerId = workerId;
-	}
-
-	public Date getInviteTime() {
-		return inviteTime;
-	}
-
-	public void setInviteTime(Date inviteTime) {
-		this.inviteTime = inviteTime;
-	}
-
-	public Date getSuccessTime() {
-		return successTime;
-	}
-
-	public void setSuccessTime(Date successTime) {
-		this.successTime = successTime;
-	}
-
-	public int getState() {
-		return state;
-	}
-
-	public void setState(int state) {
-		this.state = state;
-	}
-}
+package com.yeshi.fanli.dto.mq.user.body;
+
+import java.util.Date;
+
+import com.yeshi.fanli.dto.mq.BaseMQMsgBody;
+
+/**
+ * 閭�璇蜂俊鎭�
+ * 
+ * @author Administrator
+ *
+ */
+public class UserInviteMQMsg extends BaseMQMsgBody {
+	public static int STATE_NOT_SUCCESS = 0;
+	public static int STATE_SUCCESS = 1;
+
+	private Long bossId;// 涓婄骇ID
+	private Long workerId;// 涓嬬骇ID
+	private Date inviteTime;// 閭�璇锋椂闂�
+	private Date successTime;// 鎴愬姛鏃堕棿
+	private int state;// 閭�璇风姸鎬�
+
+	public UserInviteMQMsg(Long bossId, Long workerId, Date inviteTime, Date successTime, int state) {
+		super();
+		this.bossId = bossId;
+		this.workerId = workerId;
+		this.inviteTime = inviteTime;
+		this.successTime = successTime;
+		this.state = state;
+	}
+
+	public UserInviteMQMsg() {
+		super();
+	}
+
+	public Long getBossId() {
+		return bossId;
+	}
+
+	public void setBossId(Long bossId) {
+		this.bossId = bossId;
+	}
+
+	public Long getWorkerId() {
+		return workerId;
+	}
+
+	public void setWorkerId(Long workerId) {
+		this.workerId = workerId;
+	}
+
+	public Date getInviteTime() {
+		return inviteTime;
+	}
+
+	public void setInviteTime(Date inviteTime) {
+		this.inviteTime = inviteTime;
+	}
+
+	public Date getSuccessTime() {
+		return successTime;
+	}
+
+	public void setSuccessTime(Date successTime) {
+		this.successTime = successTime;
+	}
+
+	public int getState() {
+		return state;
+	}
+
+	public void setState(int state) {
+		this.state = state;
+	}
+}

--
Gitblit v1.8.0