提成精确到2位小数
This commit is contained in:
parent
7c635b540a
commit
52a7408f49
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user