| | |
| | | // 订单总预估奖金
|
| | | private BigDecimal hongBao;
|
| | |
|
| | | // 券红包金额
|
| | | @Expose
|
| | | private BigDecimal couponMoney;
|
| | | // 1 淘宝 2 天猫
|
| | | @Expose
|
| | | private Integer orderType;
|
| | |
| | | @Expose
|
| | | private List<CommonOrderGoodsVO> listOrderGoods = new ArrayList<CommonOrderGoodsVO>();
|
| | |
|
| | | // 订单状态列表
|
| | | @Expose
|
| | | private List<String> signList;
|
| | | // 收货时间
|
| | | @Expose
|
| | | private Map<String, Object> rewardDetail;
|
| | | |
| | | |
| | |
|
| | | // 直接收益人-ID
|
| | | private String userId;
|
| | |
| | | this.userPortrait = userPortrait;
|
| | | }
|
| | |
|
| | |
|
| | | public Map<String, Object> getRewardDetail() {
|
| | | return rewardDetail;
|
| | | }
|
| | |
|
| | | public void setRewardDetail(Map<String, Object> rewardDetail) {
|
| | | this.rewardDetail = rewardDetail;
|
| | | }
|
| | |
|
| | | public List<String> getSignList() {
|
| | | return signList;
|
| | | }
|
| | |
|
| | | public void setSignList(List<String> signList) {
|
| | | this.signList = signList;
|
| | | }
|
| | |
|
| | | public BigDecimal getCouponMoney() {
|
| | | return couponMoney;
|
| | | }
|
| | |
|
| | | public void setCouponMoney(BigDecimal couponMoney) {
|
| | | this.couponMoney = couponMoney;
|
| | | }
|
| | |
|
| | | }
|