| | |
| | | private BigDecimal integral = BigDecimal.ZERO; |
| | | /**现金*/ |
| | | private BigDecimal cash = BigDecimal.ZERO; |
| | | /**默认的抵扣比例*/ |
| | | /**默认比例*/ |
| | | private BigDecimal rate = BigDecimal.ZERO; |
| | | /**是否启用*/ |
| | | private Integer isUp; |
| | | /**是否全平台可用,如果这个值为0,则只有限制平台表limit_common的平台能使用【积分抵扣现金】支付方式*/ |
| | | private Integer isAllPlatform; |
| | | /**是否不限制项目,如果这个值为1,则所有的项目都可以使用【积分抵扣现金】支付方式*/ |
| | | /**是否设置全部项目抵扣,如果这个值为0,默认的抵扣比例就是0,如果值为1,则使用设置的默认比例*/ |
| | | private Integer isNoLimit; |
| | | /**是否有限制项目,如果这个值为1,则只有限制项目表integral_cash_project的项目能使用【积分抵扣现金】支付方式*/ |
| | | /**是否有限制项目,如果这个值为1,则限制项目表integral_cash_project的项目使用各自设置的比例*/ |
| | | private Integer isHaveProjectLimit; |
| | | |
| | | /**每个SKU的最大抵扣比例*/ |