Annotation Interface Id


@Documented @Target(FIELD) @Retention(RUNTIME) public @interface Id
主键注解。

标记在实体类字段上,表示该字段是数据库表的主键。

Since:
1.0.0
Version:
1.0.0
Author:
Berry_so