会员积分针对代码格式、功能优化

1.修改积分抵扣单位
plp
xiaqing 3 years ago
parent bae94d06ac
commit 8f43fba629

@ -17,13 +17,13 @@ public class MemberPointConfigBaseVO {
@Schema(description = "积分抵扣开关", required = true, example = "true")
private Boolean tradeDeductEnable;
@Schema(description = "积分抵扣,单位:", example = "13506")
private BigDecimal tradeDeductUnitPrice;
@Schema(description = "积分抵扣,单位:", example = "13506")
private Integer tradeDeductUnitPrice;
@Schema(description = "积分抵扣最大值", example = "32428")
private Long tradeDeductMaxPrice;
private Integer tradeDeductMaxPrice;
@Schema(description = "1 元赠送多少分")
private Long tradeGivePoint;
private Integer tradeGivePoint;
}

@ -37,7 +37,7 @@ public class MemberPointConfigDO extends BaseDO {
*
* 1
*/
private BigDecimal tradeDeductUnitPrice;
private Integer tradeDeductUnitPrice;
/**
*
*/

Loading…
Cancel
Save