Ver código fonte

TableField 是否进行 select 查询 注释调整

hubin 6 anos atrás
pai
commit
16bd6c4850

+ 4 - 0
mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/TableField.java

@@ -106,8 +106,12 @@ public @interface TableField {
     FieldFill fill() default FieldFill.DEFAULT;
 
     /**
+     * <p>
      * 是否进行 select 查询
+     * </p>
+     * <p>
      * 大字段可设置为 false 不加入 select 查询范围
+     * </p>
      */
     boolean select() default true;