注释接口 LogicalDeleted
@Retention(RUNTIME)
@Target(allowedTargets=PROPERTY)
@Target(METHOD)
public @interface LogicalDeleted
Logical deleted flag.
-
必需元素概要
所需元素
-
元素详细资料
-
value
String value- 返回:
- A value indicating that the current entity is logical deleted, it can be
- true
- false
- integer
- Constant name of the enum returned by the current decorated property
- null
- now
-