Browse Source

Merge branch '3.0' into github3.0

hubin 6 years ago
parent
commit
b894f676b1

+ 1 - 1
mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/IdType.java

@@ -30,7 +30,7 @@ public enum IdType {
      */
     AUTO(0),
     /**
-     * 该类型为未设置主键类型
+     * 该类型为未设置主键类型(将跟随全局)
      */
     NONE(1),
     /**