feat: change decimalDigits chinese name

This commit is contained in:
vran 2022-06-25 15:00:27 +08:00
parent 13a0876ce0
commit 070e9f12f5
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", "自增");