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/IntegralTaskMQMsg.java | 106 ++++++++++++++++++++++++++-------------------------- 1 files changed, 53 insertions(+), 53 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/IntegralTaskMQMsg.java b/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/IntegralTaskMQMsg.java index 9d4c433..ba4ff76 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/IntegralTaskMQMsg.java +++ b/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/IntegralTaskMQMsg.java @@ -1,53 +1,53 @@ -package com.yeshi.fanli.dto.mq.user.body; - -import java.util.Date; - -import com.yeshi.fanli.dto.mq.BaseMQMsgBody; - -/** - * 閲戝竵浠诲姟 - * - * @author Administrator - * - */ -public class IntegralTaskMQMsg extends BaseMQMsgBody { - - public IntegralTaskMQMsg(Long uid, long longegralCount, Date createTime) { - super(); - this.uid = uid; - this.longegralCount = longegralCount; - this.createTime = createTime; - } - - public IntegralTaskMQMsg() { - super(); - } - - private Long uid;// 鐢ㄦ埛ID - private long longegralCount;// 閲戝竵鏁伴噺 - private Date createTime;// 鍒涘缓鏃堕棿 - - public Date getCreateTime() { - return createTime; - } - - public void setCreateTime(Date createTime) { - this.createTime = createTime; - } - - public Long getUid() { - return uid; - } - - public void setUid(Long uid) { - this.uid = uid; - } - - public long getIntegralCount() { - return longegralCount; - } - - public void setIntegralCount(long longegralCount) { - this.longegralCount = longegralCount; - } -} +package com.yeshi.fanli.dto.mq.user.body; + +import java.util.Date; + +import com.yeshi.fanli.dto.mq.BaseMQMsgBody; + +/** + * 閲戝竵浠诲姟 + * + * @author Administrator + * + */ +public class IntegralTaskMQMsg extends BaseMQMsgBody { + + public IntegralTaskMQMsg(Long uid, long longegralCount, Date createTime) { + super(); + this.uid = uid; + this.longegralCount = longegralCount; + this.createTime = createTime; + } + + public IntegralTaskMQMsg() { + super(); + } + + private Long uid;// 鐢ㄦ埛ID + private long longegralCount;// 閲戝竵鏁伴噺 + private Date createTime;// 鍒涘缓鏃堕棿 + + public Date getCreateTime() { + return createTime; + } + + public void setCreateTime(Date createTime) { + this.createTime = createTime; + } + + public Long getUid() { + return uid; + } + + public void setUid(Long uid) { + this.uid = uid; + } + + public long getIntegralCount() { + return longegralCount; + } + + public void setIntegralCount(long longegralCount) { + this.longegralCount = longegralCount; + } +} -- Gitblit v1.8.0