Merge branch 'fhx-prod-秒杀日历' into master-test
| | |
| | | /** 优惠价格(优惠前-优惠后) */ |
| | | private BigDecimal preferentialPrice = BigDecimal.ZERO; |
| | | |
| | | /** 订单是否要老带新返佣(0否1是) */ |
| | | private Integer isLdxRebate = 1; |
| | | /** 订单优惠是否能用优惠券(0否1是) */ |
| | | private Integer isCanUseCoupon = 1; |
| | | |
| | | |
| | | //////////////////////////////////////////////////////////////////////////////////////////// |
| | | |
| | |
| | | private String activityPageCode; |
| | | /**活动区分标题*/ |
| | | private String activityPageName; |
| | | |
| | | /** 订单是否要老带新返佣(0否1是) */ |
| | | private Integer isLdxRebate = 1; |
| | | /** 订单是否能用优惠券(0否1是) */ |
| | | private Integer isCanUseCoupon = 1; |
| | | } |