@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Updatetime
When updat records, the update time is automatically filled in as the current time.
If the original field has a value, it will not be override by default.
- Since:
- 1.11
- Author:
- Kingstar