feat: change decimalDigits chinese name (#249)

This commit is contained in:
vran 2022-06-26 11:48:44 +08:00 committed by GitHub
parent 13a0876ce0
commit d4176c6b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public class SystemStartedEventSubscriber {
map.put("comment", "注释");
map.put("description", "描述");
map.put("size", "长度");
map.put("decimalDigits", "浮点精度");
map.put("decimalDigits", "小数位");
map.put("isPrimaryKey", "主键");
map.put("nullable", "可空");
map.put("autoIncrement", "自增");