miemie 5 年之前
父节点
当前提交
d6876d3ac2

+ 3 - 3
mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/config/GlobalConfig.java

@@ -129,11 +129,11 @@ public class GlobalConfig implements Serializable {
          */
          */
         private String propertyFormat;
         private String propertyFormat;
         /**
         /**
-         * 表名、是否使用下划线命名(默认 true:默认数据库表下划线命名)
+         * 表名是否使用下划线命名,只对表名生效
          */
          */
         private boolean tableUnderline = true;
         private boolean tableUnderline = true;
         /**
         /**
-         * 大写命名
+         * 大写命名,对表名和字段名均生效
          */
          */
         private boolean capitalMode = false;
         private boolean capitalMode = false;
         /**
         /**
@@ -141,7 +141,7 @@ public class GlobalConfig implements Serializable {
          */
          */
         private IKeyGenerator keyGenerator;
         private IKeyGenerator keyGenerator;
         /**
         /**
-         * 逻辑删除全局字段 (默认无 设置会自动扫描实体字段)
+         * 逻辑删除全局字段
          */
          */
         private String logicDeleteField;
         private String logicDeleteField;
         /**
         /**