forked from angelo/java-retail-app
## Opt - 业绩列表-增加金额&数字/10000(保留4位小数)
This commit is contained in:
parent
fdd71547c3
commit
0cc8f7161c
|
@ -27,12 +27,10 @@ public class PerformanceVO implements Serializable {
|
|||
/**
|
||||
* 当月业绩
|
||||
*/
|
||||
@BigDecimalFormat
|
||||
private BigDecimal currentMonthPv;
|
||||
/**
|
||||
* 当月金额
|
||||
*/
|
||||
@BigDecimalFormat
|
||||
private BigDecimal currentMonthAmount;
|
||||
/**
|
||||
* 当月盒数
|
||||
|
@ -41,12 +39,10 @@ public class PerformanceVO implements Serializable {
|
|||
/**
|
||||
* 复购业绩
|
||||
*/
|
||||
@BigDecimalFormat
|
||||
private BigDecimal repurchasePv;
|
||||
/**
|
||||
* 复购金额
|
||||
*/
|
||||
@BigDecimalFormat
|
||||
private BigDecimal repurchaseAmount;
|
||||
/**
|
||||
* 复购盒数
|
||||
|
|
Loading…
Reference in New Issue