会员积分针对代码格式、功能优化
1.修改积分抵扣单位
This commit is contained in:
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…
Reference in New Issue
Block a user