add Calculator

This commit is contained in:
Looly
2020-09-17 10:07:50 +08:00
parent db7c54bf69
commit 6b89c841d3
6 changed files with 225 additions and 13 deletions

View File

@@ -16,6 +16,7 @@
* 【db 】 Column增加是否主键、保留位数等字段
* 【cache 】 Cache接口增加get重载issue#1080@Github
* 【core 】 增加Interner和InternUtilissue#I1TU1Y@Gitee
* 【core 】 增加Calculatorissue#1090@Github
### Bug修复
* 【core 】 修复Dict.of错误issue#I1UUO5@Gitee