Annotation Interface MetaColumn


@Target(FIELD) @Retention(RUNTIME) @Documented public @interface MetaColumn
查询字段
  • 元素详细资料

    • desc

      String desc
      字段说明
    • name

      String name
      字段名称
    • primaryKey

      boolean primaryKey
      是否主键
      默认值:
      false
    • type

      字段类型
      默认值:
      String
    • format

      String format
      格式化
      默认值:
      ""
    • dependent

      MetaRelation dependent
      依赖表
      默认值:
      @com.codingapi.springboot.framework.annotation.MetaRelation(tableName="", columnName="")