提成精确到2位小数

This commit is contained in:
huangdeliang 2020-11-12 09:20:42 +08:00
parent 7c635b540a
commit 52a7408f49

View File

@ -55,7 +55,7 @@ public class SysCommision extends BaseEntity {
/** /**
* 提成 * 提成
*/ */
@Excel(name = "提成") @Excel(name = "提成", scale = 2)
private BigDecimal commision; private BigDecimal commision;
public BigDecimal getCommision() { public BigDecimal getCommision() {