| | |
| | | package com.yeshi.fanli.vo.goods;
|
| | |
|
| | | import java.io.Serializable;
|
| | | import java.math.BigDecimal;
|
| | |
|
| | | import com.google.gson.annotations.Expose;
|
| | | import com.yeshi.fanli.vo.tlj.ReduceHongBao;
|
| | |
| | |
|
| | | @Expose
|
| | | private String fanliMoneyPlus;
|
| | | |
| | | @Expose // 实付款金额
|
| | | private BigDecimal actualPay;
|
| | |
|
| | | @Expose // 补齐金额
|
| | | private BigDecimal mendMoney;
|
| | | |
| | | |
| | | public RewardCouponVO getRewardCoupon() {
|
| | | return rewardCoupon;
|
| | | }
|
| | |
| | | this.fanliMoneyPlus = fanliMoneyPlus;
|
| | | }
|
| | |
|
| | | public BigDecimal getActualPay() {
|
| | | return actualPay;
|
| | | }
|
| | |
|
| | | public void setActualPay(BigDecimal actualPay) {
|
| | | this.actualPay = actualPay;
|
| | | }
|
| | |
|
| | | public BigDecimal getMendMoney() {
|
| | | return mendMoney;
|
| | | }
|
| | |
|
| | | public void setMendMoney(BigDecimal mendMoney) {
|
| | | this.mendMoney = mendMoney;
|
| | | }
|
| | | |
| | | }
|