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/order/body/OrderMoneyRecievedMQMsg.java | 214 ++++++++++++++++++++++++++-------------------------- 1 files changed, 107 insertions(+), 107 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/mq/order/body/OrderMoneyRecievedMQMsg.java b/fanli/src/main/java/com/yeshi/fanli/dto/mq/order/body/OrderMoneyRecievedMQMsg.java index bf1cc1a..dd7e2d8 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dto/mq/order/body/OrderMoneyRecievedMQMsg.java +++ b/fanli/src/main/java/com/yeshi/fanli/dto/mq/order/body/OrderMoneyRecievedMQMsg.java @@ -1,107 +1,107 @@ -package com.yeshi.fanli.dto.mq.order.body; - -import java.math.BigDecimal; -import java.util.Date; - -import com.yeshi.fanli.dto.mq.BaseMQMsgBody; - -/** - * 璁㈠崟鍒拌处MQ娑堟伅 - * - * @author Administrator - * - */ -public class OrderMoneyRecievedMQMsg extends BaseMQMsgBody { - public static final int TYPE_ZIGOU = 1;// 鑷喘鍒拌处 - public static final int TYPE_SHARE = 2;// 鍒嗕韩鍒拌处 - public static final int TYPE_INVITE = 3;// 閭�璇峰埌璐� - private int type;// 鍒拌处绫诲瀷 - private Long uid; - private Integer sourceType;// 璁㈠崟鏉ユ簮绫诲瀷 - private String orderId;// 璁㈠崟鍙� - private BigDecimal money;// 鍒拌处閲戦 - private Date date;// 鍒拌处鏃堕棿 - private Boolean orderFirst;// 璇ヨ鍗曟槸鍚︽槸棣栨鍒拌处 - private int delayHour;// 寤舵椂鐨勬椂闂达紙浠ュ皬鏃惰绠楋級 - - public int getDelayHour() { - return delayHour; - } - - public void setDelayHour(int delayHour) { - this.delayHour = delayHour; - } - - public Boolean getOrderFirst() { - return orderFirst; - } - - public void setOrderFirst(Boolean orderFirst) { - this.orderFirst = orderFirst; - } - - public OrderMoneyRecievedMQMsg() { - super(); - } - - public OrderMoneyRecievedMQMsg(int type, Long uid, Integer sourceType, String orderId, BigDecimal money, Date date, - int delayHour) { - super(); - this.type = type; - this.uid = uid; - this.sourceType = sourceType; - this.orderId = orderId; - this.money = money; - this.date = date; - this.delayHour = delayHour; - } - - public int getType() { - return type; - } - - public void setType(int type) { - this.type = type; - } - - public Long getUid() { - return uid; - } - - public void setUid(Long uid) { - this.uid = uid; - } - - public Integer getSourceType() { - return sourceType; - } - - public void setSourceType(Integer sourceType) { - this.sourceType = sourceType; - } - - public String getOrderId() { - return orderId; - } - - public void setOrderId(String orderId) { - this.orderId = orderId; - } - - public BigDecimal getMoney() { - return money; - } - - public void setMoney(BigDecimal money) { - this.money = money; - } - - public Date getDate() { - return date; - } - - public void setDate(Date date) { - this.date = date; - } - -} +package com.yeshi.fanli.dto.mq.order.body; + +import java.math.BigDecimal; +import java.util.Date; + +import com.yeshi.fanli.dto.mq.BaseMQMsgBody; + +/** + * 璁㈠崟鍒拌处MQ娑堟伅 + * + * @author Administrator + * + */ +public class OrderMoneyRecievedMQMsg extends BaseMQMsgBody { + public static final int TYPE_ZIGOU = 1;// 鑷喘鍒拌处 + public static final int TYPE_SHARE = 2;// 鍒嗕韩鍒拌处 + public static final int TYPE_INVITE = 3;// 閭�璇峰埌璐� + private int type;// 鍒拌处绫诲瀷 + private Long uid; + private Integer sourceType;// 璁㈠崟鏉ユ簮绫诲瀷 + private String orderId;// 璁㈠崟鍙� + private BigDecimal money;// 鍒拌处閲戦 + private Date date;// 鍒拌处鏃堕棿 + private Boolean orderFirst;// 璇ヨ鍗曟槸鍚︽槸棣栨鍒拌处 + private int delayHour;// 寤舵椂鐨勬椂闂达紙浠ュ皬鏃惰绠楋級 + + public int getDelayHour() { + return delayHour; + } + + public void setDelayHour(int delayHour) { + this.delayHour = delayHour; + } + + public Boolean getOrderFirst() { + return orderFirst; + } + + public void setOrderFirst(Boolean orderFirst) { + this.orderFirst = orderFirst; + } + + public OrderMoneyRecievedMQMsg() { + super(); + } + + public OrderMoneyRecievedMQMsg(int type, Long uid, Integer sourceType, String orderId, BigDecimal money, Date date, + int delayHour) { + super(); + this.type = type; + this.uid = uid; + this.sourceType = sourceType; + this.orderId = orderId; + this.money = money; + this.date = date; + this.delayHour = delayHour; + } + + public int getType() { + return type; + } + + public void setType(int type) { + this.type = type; + } + + public Long getUid() { + return uid; + } + + public void setUid(Long uid) { + this.uid = uid; + } + + public Integer getSourceType() { + return sourceType; + } + + public void setSourceType(Integer sourceType) { + this.sourceType = sourceType; + } + + public String getOrderId() { + return orderId; + } + + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + public BigDecimal getMoney() { + return money; + } + + public void setMoney(BigDecimal money) { + this.money = money; + } + + public Date getDate() { + return date; + } + + public void setDate(Date date) { + this.date = date; + } + +} -- Gitblit v1.8.0