feat: change decimalDigits chinese name
This commit is contained in:
parent
13a0876ce0
commit
070e9f12f5
|
@ -116,7 +116,7 @@ public class SystemStartedEventSubscriber {
|
||||||
map.put("comment", "注释");
|
map.put("comment", "注释");
|
||||||
map.put("description", "描述");
|
map.put("description", "描述");
|
||||||
map.put("size", "长度");
|
map.put("size", "长度");
|
||||||
map.put("decimalDigits", "浮点精度");
|
map.put("decimalDigits", "小数位");
|
||||||
map.put("isPrimaryKey", "主键");
|
map.put("isPrimaryKey", "主键");
|
||||||
map.put("nullable", "可空");
|
map.put("nullable", "可空");
|
||||||
map.put("autoIncrement", "自增");
|
map.put("autoIncrement", "自增");
|
||||||
|
|
Loading…
Reference in New Issue