注释类型 DataAuth


@Target(METHOD) @Retention(RUNTIME) @Inherited @Documented public @interface DataAuth
数据权限定义
  • 元素详细资料

    • code

      String code
      资源编号
      默认值:
      ""
    • column

      String column
      数据权限对应字段
      默认值:
      "create_dept"
    • type

      数据权限规则
      默认值:
      ALL
    • field

      String field
      可见字段
      默认值:
      "*"
    • value

      String value
      数据权限规则值域
      默认值:
      ""