支持6位小数
This commit is contained in:
parent
73dcd3a53a
commit
4f22df09f0
|
|
@ -59,7 +59,7 @@ public class SalaryItemSaveParam {
|
|||
private Integer roundingMode;
|
||||
|
||||
//保留小数位
|
||||
@DataCheck(require = true, type = ValidTypeEnum.NUMBER, max = 5, message = "小数位最多为5")
|
||||
@DataCheck(require = true, type = ValidTypeEnum.NUMBER, max = 6, message = "小数位最多为6")
|
||||
private Integer pattern;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue