From 4e4af90184f5fa5b40d87e2d08d9192bfd237ef0 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 30 四月 2021 19:13:58 +0800 Subject: [PATCH] 拼多多备案,京东、拼多多,唯品会,苏宁支持小程序跳转 --- fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgRedPackUseContentDTO.java | 116 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 58 insertions(+), 58 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgRedPackUseContentDTO.java b/fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgRedPackUseContentDTO.java index dc61793..1cc07ec 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgRedPackUseContentDTO.java +++ b/fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgRedPackUseContentDTO.java @@ -1,58 +1,58 @@ -package com.yeshi.fanli.dto.msg; - -import java.math.BigDecimal; -import java.util.Date; - -/** - * 绱呭寘浣跨敤鐩稿叧娑堟伅 - * - * @author Administrator - * - */ -public class MsgRedPackUseContentDTO { - private String goodsSetName;//濂楅鍚嶇О - private BigDecimal money;//鐜伴噾 - private BigDecimal hongBao;//绾㈠寘 - private Date time;//瀹℃牳鏃堕棿 - private String reason;//鍘熷洜 - - public String getReason() { - return reason; - } - - public void setReason(String reason) { - this.reason = reason; - } - - public String getGoodsSetName() { - return goodsSetName; - } - - public void setGoodsSetName(String goodsSetName) { - this.goodsSetName = goodsSetName; - } - - public BigDecimal getMoney() { - return money; - } - - public void setMoney(BigDecimal money) { - this.money = money; - } - - public BigDecimal getHongBao() { - return hongBao; - } - - public void setHongBao(BigDecimal hongBao) { - this.hongBao = hongBao; - } - - public Date getTime() { - return time; - } - - public void setTime(Date time) { - this.time = time; - } -} +package com.yeshi.fanli.dto.msg; + +import java.math.BigDecimal; +import java.util.Date; + +/** + * 绱呭寘浣跨敤鐩稿叧娑堟伅 + * + * @author Administrator + * + */ +public class MsgRedPackUseContentDTO { + private String goodsSetName;//濂楅鍚嶇О + private BigDecimal money;//鐜伴噾 + private BigDecimal hongBao;//绾㈠寘 + private Date time;//瀹℃牳鏃堕棿 + private String reason;//鍘熷洜 + + public String getReason() { + return reason; + } + + public void setReason(String reason) { + this.reason = reason; + } + + public String getGoodsSetName() { + return goodsSetName; + } + + public void setGoodsSetName(String goodsSetName) { + this.goodsSetName = goodsSetName; + } + + public BigDecimal getMoney() { + return money; + } + + public void setMoney(BigDecimal money) { + this.money = money; + } + + public BigDecimal getHongBao() { + return hongBao; + } + + public void setHongBao(BigDecimal hongBao) { + this.hongBao = hongBao; + } + + public Date getTime() { + return time; + } + + public void setTime(Date time) { + this.time = time; + } +} -- Gitblit v1.8.0