-
-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 补充有关验证器注解@integer、@decimal和@Number数据类型的说明 * 完善数值验证相关的文档说明 * 修复小数、整数验证函数对浮点数类型的检查 修复数值验证函数对整数类型或小数部分为0的浮点数类型的小数精度检查 * 代码格式 * 修改测试 x.0 为有效地浮点数 * 新增关于整数、数字验证的测试
- Loading branch information
Showing
3 changed files
with
48 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters