Annotation Interface UpdatedAt


@Documented @Target(FIELD) @Retention(RUNTIME) public @interface UpdatedAt
更新时间注解。

标记在实体类字段上,表示该字段存储记录的最后更新时间,更新数据时自动设置当前时间。

Since:
1.0.0
Version:
1.0.0
Author:
Berry_so