| | |
| | | package com.yeshi.fanli.dto.msg;
|
| | |
|
| | | import java.math.BigDecimal;
|
| | |
|
| | | /**
|
| | | * 其他消息里面的券相关的内容
|
| | | *
|
| | |
| | | public class MsgOtherCouponContentDTO {
|
| | | private String state;
|
| | | private String source;// 来源
|
| | | private String orderId;// 订单号
|
| | | private String desc;// 说明
|
| | | private BigDecimal fanLiMoney;// 预估返利
|
| | | private BigDecimal orderFanLiMoney;// 订单返利
|
| | | private BigDecimal rewardMoney;// 奖励金
|
| | | private String startTime;
|
| | | private String endTime;
|
| | | private Integer leftDay;
|
| | |
| | | this.leftDay = leftDay;
|
| | | }
|
| | |
|
| | | public String getOrderId() {
|
| | | return orderId;
|
| | | }
|
| | |
|
| | | public void setOrderId(String orderId) {
|
| | | this.orderId = orderId;
|
| | | }
|
| | |
|
| | | public String getDesc() {
|
| | | return desc;
|
| | | }
|
| | |
|
| | | public void setDesc(String desc) {
|
| | | this.desc = desc;
|
| | | }
|
| | |
|
| | | public BigDecimal getFanLiMoney() {
|
| | | return fanLiMoney;
|
| | | }
|
| | |
|
| | | public void setFanLiMoney(BigDecimal fanLiMoney) {
|
| | | this.fanLiMoney = fanLiMoney;
|
| | | }
|
| | |
|
| | | public BigDecimal getOrderFanLiMoney() {
|
| | | return orderFanLiMoney;
|
| | | }
|
| | |
|
| | | public void setOrderFanLiMoney(BigDecimal orderFanLiMoney) {
|
| | | this.orderFanLiMoney = orderFanLiMoney;
|
| | | }
|
| | |
|
| | | public BigDecimal getRewardMoney() {
|
| | | return rewardMoney;
|
| | | }
|
| | |
|
| | | public void setRewardMoney(BigDecimal rewardMoney) {
|
| | | this.rewardMoney = rewardMoney;
|
| | | }
|
| | |
|
| | | }
|