| | |
| | | */ |
| | | @Data |
| | | public class OrderActivityVo { |
| | | /**活动页面类型-指定订单标识*/ |
| | | private String orderId; |
| | | /**活动页面类型-可空*/ |
| | | private Integer activityPageType; |
| | | /**活动区分编号-必填*/ |
| | | private String activityPageCode; |
| | | /**his用户-必填*/ |
| | | /**用户hisId-必填*/ |
| | | private String userId; |
| | | /**邀请人hisId*/ |
| | | private String inviteeUserId; |
| | | /**活动区分编号*/ |
| | | private String activityPageCode; |
| | | |
| | | /**查询下单执行返赠金额数据*/ |
| | | private Boolean selectMoney = false; |
| | | /**金额的来源类型*/ |
| | | private String operationReason; |
| | | /**查询返赠的优惠券*/ |
| | | private Boolean selectCoupon = false; |
| | | /**优惠券来源类型(CouponRecordDto)*/ |
| | | private String couponType; |
| | | |
| | | |
| | | /**查询分享返赠金额数据*/ |
| | | private Boolean selectShareMoney = false; |
| | | private String shareOperationReason; |
| | | /**查询返赠优惠券数据*/ |
| | | private Boolean selectShareCoupon = false; |
| | | private String shareCouponType; |
| | | |
| | | } |