Skip to content

Commit

Permalink
Update 05.注解.md (#338)
Browse files Browse the repository at this point in the history
* Update 05.注解.md
  • Loading branch information
verils authored Oct 26, 2023
1 parent 0f90af6 commit 0c9dc78
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/01.指南/01.快速入门/05.注解.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,12 @@ public class User {

|| 描述 |
| :-------- | :---------------------------------------------------------- |
| IGNORED | 忽略判断 |
| IGNORED(已弃用) | 忽略判断,效果等同于"ALWAYS" |
| ALWAYS | 总是加入SQL,无论字段值是否为NULL |
| NOT_NULL | 非 NULL 判断 |
| NOT_EMPTY | 非空判断(只对字符串类型字段,其他类型字段依然为非 NULL 判断) |
| NOT_EMPTY | 非空判断(只对字符串类型字段,其他类型字段依然为非 NULL 判断) |
| DEFAULT | 追随全局配置 |
| NEVER | 不加入SQL|
| NEVER | 不加入SQL|

### [FieldFill](https://github.com/baomidou/mybatis-plus/blob/3.0/mybatis-plus-annotation/src/main/java/com/baomidou/mybatisplus/annotation/FieldFill.java)

Expand Down

0 comments on commit 0c9dc78

Please sign in to comment.