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/UserSystemCouponUseMQMsg.java | 122 ++++++++++++++++++++-------------------- 1 files changed, 61 insertions(+), 61 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserSystemCouponUseMQMsg.java b/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserSystemCouponUseMQMsg.java index 880f78c..bfa66d0 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserSystemCouponUseMQMsg.java +++ b/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserSystemCouponUseMQMsg.java @@ -1,61 +1,61 @@ -package com.yeshi.fanli.dto.mq.user.body; - -import com.yeshi.fanli.dto.mq.BaseMQMsgBody; - -/** - * 鐢ㄥ埜鐨刴q娑堟伅瀹炰綋 - * - * @author Administrator - * - */ -public class UserSystemCouponUseMQMsg extends BaseMQMsgBody { - private Long userSystemCouponId;// 鐢ㄦ埛鐨勫埜ID - private String orderId;// 璁㈠崟鍙� - private Integer sourceType;// 璁㈠崟鏉ユ簮 - private String couponType;// 鍒哥被鍨� - - public UserSystemCouponUseMQMsg(Long userSystemCouponId, String orderId, Integer sourceType, String couponType) { - super(); - this.userSystemCouponId = userSystemCouponId; - this.orderId = orderId; - this.sourceType = sourceType; - this.couponType = couponType; - } - - public String getCouponType() { - return couponType; - } - - public void setCouponType(String couponType) { - this.couponType = couponType; - } - - public UserSystemCouponUseMQMsg() { - super(); - } - - public Long getUserSystemCouponId() { - return userSystemCouponId; - } - - public void setUserSystemCouponId(Long userSystemCouponId) { - this.userSystemCouponId = userSystemCouponId; - } - - public String getOrderId() { - return orderId; - } - - public void setOrderId(String orderId) { - this.orderId = orderId; - } - - public Integer getSourceType() { - return sourceType; - } - - public void setSourceType(Integer sourceType) { - this.sourceType = sourceType; - } - -} +package com.yeshi.fanli.dto.mq.user.body; + +import com.yeshi.fanli.dto.mq.BaseMQMsgBody; + +/** + * 鐢ㄥ埜鐨刴q娑堟伅瀹炰綋 + * + * @author Administrator + * + */ +public class UserSystemCouponUseMQMsg extends BaseMQMsgBody { + private Long userSystemCouponId;// 鐢ㄦ埛鐨勫埜ID + private String orderId;// 璁㈠崟鍙� + private Integer sourceType;// 璁㈠崟鏉ユ簮 + private String couponType;// 鍒哥被鍨� + + public UserSystemCouponUseMQMsg(Long userSystemCouponId, String orderId, Integer sourceType, String couponType) { + super(); + this.userSystemCouponId = userSystemCouponId; + this.orderId = orderId; + this.sourceType = sourceType; + this.couponType = couponType; + } + + public String getCouponType() { + return couponType; + } + + public void setCouponType(String couponType) { + this.couponType = couponType; + } + + public UserSystemCouponUseMQMsg() { + super(); + } + + public Long getUserSystemCouponId() { + return userSystemCouponId; + } + + public void setUserSystemCouponId(Long userSystemCouponId) { + this.userSystemCouponId = userSystemCouponId; + } + + public String getOrderId() { + return orderId; + } + + public void setOrderId(String orderId) { + this.orderId = orderId; + } + + public Integer getSourceType() { + return sourceType; + } + + public void setSourceType(Integer sourceType) { + this.sourceType = sourceType; + } + +} -- Gitblit v1.8.0