## 复购级差默认显示4位小数;
This commit is contained in:
parent
00de760326
commit
ed0f391eb4
|
@ -59,6 +59,7 @@ public class MemberBonusFirstPurchaseVO extends PubMemberBonusVO {
|
|||
/**
|
||||
* 复购级差收益
|
||||
*/
|
||||
@BigDecimalFormat("#0.0000")
|
||||
private BigDecimal repurRangeIncome;
|
||||
|
||||
// /**
|
||||
|
|
Loading…
Reference in New Issue