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/UserAccountBindingMQMsg.java | 134 ++++++++++++++++++++++---------------------- 1 files changed, 67 insertions(+), 67 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserAccountBindingMQMsg.java b/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserAccountBindingMQMsg.java index 91e50d4..310ad7f 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserAccountBindingMQMsg.java +++ b/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserAccountBindingMQMsg.java @@ -1,67 +1,67 @@ -package com.yeshi.fanli.dto.mq.user.body; - -import java.util.Date; - -import com.yeshi.fanli.dto.mq.BaseMQMsgBody; - -/** - * 璐﹀彿缁戝畾 - * - * @author Administrator - * - */ -public class UserAccountBindingMQMsg extends BaseMQMsgBody { - public static int TYPE_PHONE = 3; - public static int TYPE_WX = 2; - public static int TYPE_TAOBAO = 1; - public static int TYPE_ALIPAY = 4; - - private Long uid;// 鐢ㄦ埛ID - private Integer type;// 缁戝畾绫诲瀷 - private String value;// 缁戝畾鐨勫�� - private Date bindingTime;// 缁戝畾鏃堕棿 - - public UserAccountBindingMQMsg(Long uid, Integer type, String value, Date bindingTime) { - super(); - this.uid = uid; - this.type = type; - this.value = value; - this.bindingTime = bindingTime; - } - - public UserAccountBindingMQMsg() { - super(); - } - - public Long getUid() { - return uid; - } - - public void setUid(Long uid) { - this.uid = uid; - } - - public Integer getType() { - return type; - } - - public void setType(Integer type) { - this.type = type; - } - - public String getValue() { - return value; - } - - public void setValue(String value) { - this.value = value; - } - - public Date getBindingTime() { - return bindingTime; - } - - public void setBindingTime(Date bindingTime) { - this.bindingTime = bindingTime; - } -} +package com.yeshi.fanli.dto.mq.user.body; + +import java.util.Date; + +import com.yeshi.fanli.dto.mq.BaseMQMsgBody; + +/** + * 璐﹀彿缁戝畾 + * + * @author Administrator + * + */ +public class UserAccountBindingMQMsg extends BaseMQMsgBody { + public static int TYPE_PHONE = 3; + public static int TYPE_WX = 2; + public static int TYPE_TAOBAO = 1; + public static int TYPE_ALIPAY = 4; + + private Long uid;// 鐢ㄦ埛ID + private Integer type;// 缁戝畾绫诲瀷 + private String value;// 缁戝畾鐨勫�� + private Date bindingTime;// 缁戝畾鏃堕棿 + + public UserAccountBindingMQMsg(Long uid, Integer type, String value, Date bindingTime) { + super(); + this.uid = uid; + this.type = type; + this.value = value; + this.bindingTime = bindingTime; + } + + public UserAccountBindingMQMsg() { + super(); + } + + public Long getUid() { + return uid; + } + + public void setUid(Long uid) { + this.uid = uid; + } + + public Integer getType() { + return type; + } + + public void setType(Integer type) { + this.type = type; + } + + public String getValue() { + return value; + } + + public void setValue(String value) { + this.value = value; + } + + public Date getBindingTime() { + return bindingTime; + } + + public void setBindingTime(Date bindingTime) { + this.bindingTime = bindingTime; + } +} -- Gitblit v1.8.0