支持6位小数

This commit is contained in:
钱涛 2023-02-20 14:40:18 +08:00
parent 73dcd3a53a
commit 4f22df09f0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/**