mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-30 03:01:53 +08:00
会员积分针对代码格式、功能优化
1.修改积分抵扣单位
This commit is contained in:
parent
bae94d06ac
commit
8f43fba629
@ -17,13 +17,13 @@ public class MemberPointConfigBaseVO {
|
|||||||
@Schema(description = "积分抵扣开关", required = true, example = "true")
|
@Schema(description = "积分抵扣开关", required = true, example = "true")
|
||||||
private Boolean tradeDeductEnable;
|
private Boolean tradeDeductEnable;
|
||||||
|
|
||||||
@Schema(description = "积分抵扣,单位:元", example = "13506")
|
@Schema(description = "积分抵扣,单位:分", example = "13506")
|
||||||
private BigDecimal tradeDeductUnitPrice;
|
private Integer tradeDeductUnitPrice;
|
||||||
|
|
||||||
@Schema(description = "积分抵扣最大值", example = "32428")
|
@Schema(description = "积分抵扣最大值", example = "32428")
|
||||||
private Long tradeDeductMaxPrice;
|
private Integer tradeDeductMaxPrice;
|
||||||
|
|
||||||
@Schema(description = "1 元赠送多少分")
|
@Schema(description = "1 元赠送多少分")
|
||||||
private Long tradeGivePoint;
|
private Integer tradeGivePoint;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,7 @@ public class MemberPointConfigDO extends BaseDO {
|
|||||||
*
|
*
|
||||||
* 1 积分抵扣多少分
|
* 1 积分抵扣多少分
|
||||||
*/
|
*/
|
||||||
private BigDecimal tradeDeductUnitPrice;
|
private Integer tradeDeductUnitPrice;
|
||||||
/**
|
/**
|
||||||
* 积分抵扣最大值
|
* 积分抵扣最大值
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user