Annotation Interface PostUpdate


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface PostUpdate
更新后回调注解。

标记在实体类方法上,该方法会在实体更新到数据库后自动调用。

Since:
1.0.0
Version:
1.0.0
Author:
Berry_so