## 复购级差默认显示4位小数;

This commit is contained in:
cabbage 2025-07-10 15:02:27 +08:00
parent 00de760326
commit ed0f391eb4
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ public class MemberBonusFirstPurchaseVO extends PubMemberBonusVO {
/** /**
* 复购级差收益 * 复购级差收益
*/ */
@BigDecimalFormat("#0.0000")
private BigDecimal repurRangeIncome; private BigDecimal repurRangeIncome;
// /** // /**