Annotation Interface PrimaryKey


@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited public @interface PrimaryKey
主键字段
作者:
han
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    主键值
  • 元素详细资料

    • value

      String[] value
      主键值
      返回:
      String
      默认值:
      {"id"}