mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
doc: 添加多种字段类型的逻辑删除处理器使用文档。
This commit is contained in:
parent
cc85647980
commit
65ffdd15d1
@ -138,6 +138,7 @@ MyBatis-Flex 提供了三种字段类型对应的逻辑删除处理器,用户
|
||||
| IntegerLogicDeleteProcessor | integer | 0 | 1 |
|
||||
| BooleanLogicDeleteProcessor | tinyint | false | true |
|
||||
| DateTimeLogicDeleteProcessor | datetime | null | 被删除时间 |
|
||||
| LongLogicDeleteProcessor | bigint | 0 | 被删除时的时间戳 |
|
||||
|
||||
使用时,只需通过 `LogicDeleteManager` 来设置逻辑删除处理器即可,例如:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user