| | |
| | | package com.yeshi.fanli.vo.user;
|
| | |
|
| | | import java.io.Serializable;
|
| | | import java.math.BigDecimal;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.user.UserInfo;
|
| | | import com.yeshi.fanli.entity.bus.user.UserSystemCoupon;
|
| | | import com.yeshi.fanli.entity.bus.user.UserSystemCouponRecord;
|
| | |
|
| | | public class UserSystemCouponCountVO extends UserSystemCoupon implements Serializable {
|
| | |
|
| | | private static final long serialVersionUID = 1L;
|
| | |
|
| | | private UserInfo userInfo;
|
| | | |
| | | private UserSystemCouponRecord userSystemCouponRecord;
|
| | | |
| | | private BigDecimal orderMoney;
|
| | | |
| | | private BigDecimal royaltyMoney;
|
| | | |
| | | |
| | |
|
| | | public UserInfo getUserInfo() {
|
| | | return userInfo;
|
| | | }
|
| | |
|
| | | public void setUserInfo(UserInfo userInfo) {
|
| | | this.userInfo = userInfo;
|
| | | }
|
| | |
|
| | | public UserSystemCouponRecord getUserSystemCouponRecord() {
|
| | | return userSystemCouponRecord;
|
| | | }
|
| | |
|
| | | public void setUserSystemCouponRecord(UserSystemCouponRecord userSystemCouponRecord) {
|
| | | this.userSystemCouponRecord = userSystemCouponRecord;
|
| | | }
|
| | |
|
| | | public BigDecimal getOrderMoney() {
|
| | | return orderMoney;
|
| | | }
|
| | |
|
| | | public void setOrderMoney(BigDecimal orderMoney) {
|
| | | this.orderMoney = orderMoney;
|
| | | }
|
| | |
|
| | | public BigDecimal getRoyaltyMoney() {
|
| | | return royaltyMoney;
|
| | | }
|
| | |
|
| | | public void setRoyaltyMoney(BigDecimal royaltyMoney) {
|
| | | this.royaltyMoney = royaltyMoney;
|
| | | }
|
| | |
|
| | | }
|
| | | package com.yeshi.fanli.vo.user; |
| | | |
| | | import java.io.Serializable; |
| | | import java.math.BigDecimal; |
| | | |
| | | import com.yeshi.fanli.entity.bus.user.UserInfo; |
| | | import com.yeshi.fanli.entity.bus.user.UserSystemCoupon; |
| | | import com.yeshi.fanli.entity.bus.user.UserSystemCouponRecord; |
| | | |
| | | public class UserSystemCouponCountVO extends UserSystemCoupon implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | private UserInfo userInfo; |
| | | |
| | | private UserSystemCouponRecord userSystemCouponRecord; |
| | | |
| | | private BigDecimal orderMoney; |
| | | |
| | | private BigDecimal royaltyMoney; |
| | | |
| | | |
| | | |
| | | public UserInfo getUserInfo() { |
| | | return userInfo; |
| | | } |
| | | |
| | | public void setUserInfo(UserInfo userInfo) { |
| | | this.userInfo = userInfo; |
| | | } |
| | | |
| | | public UserSystemCouponRecord getUserSystemCouponRecord() { |
| | | return userSystemCouponRecord; |
| | | } |
| | | |
| | | public void setUserSystemCouponRecord(UserSystemCouponRecord userSystemCouponRecord) { |
| | | this.userSystemCouponRecord = userSystemCouponRecord; |
| | | } |
| | | |
| | | public BigDecimal getOrderMoney() { |
| | | return orderMoney; |
| | | } |
| | | |
| | | public void setOrderMoney(BigDecimal orderMoney) { |
| | | this.orderMoney = orderMoney; |
| | | } |
| | | |
| | | public BigDecimal getRoyaltyMoney() { |
| | | return royaltyMoney; |
| | | } |
| | | |
| | | public void setRoyaltyMoney(BigDecimal royaltyMoney) { |
| | | this.royaltyMoney = royaltyMoney; |
| | | } |
| | | |
| | | } |