## 直推收益导出不显示;
This commit is contained in:
parent
564ee4ef41
commit
0cb856ebd0
|
|
@ -74,13 +74,13 @@ public class CuBonusVertexStatisVO {
|
|||
/**
|
||||
* 直推收益
|
||||
*/
|
||||
@Excel(name = "直推收益", scale = 2)
|
||||
// @Excel(name = "直推收益", scale = 2)
|
||||
@BigDecimalFormat
|
||||
private BigDecimal introduceBonus;
|
||||
/**
|
||||
* 直推收益拨比
|
||||
*/
|
||||
@Excel(name = "直推收益拨比(%)", scale = 2)
|
||||
// @Excel(name = "直推收益拨比(%)", scale = 2)
|
||||
@BigDecimalFormat
|
||||
private BigDecimal introduceBonusRate = BigDecimal.ZERO;
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue