Annotation Interface ExcelBindField


@Target(FIELD) @Retention(RUNTIME) @Inherited @Documented public @interface ExcelBindField
绑定字段 (1-1)
版本:
v2.1
作者:
mazc@dibo.ltd
  • 元素详细资料

    • entity

      Class entity
      绑定的Entity类
      返回:
    • field

      String field
      绑定字段
      返回:
    • setIdField

      String setIdField
      设置ID至哪个字段,默认当前字段
      返回:
      默认值:
      ""
    • duplicate

      重复策略
      返回:
      默认值:
      WARN
    • empty

      空值策略
      返回:
      默认值:
      WARN