Annotation Interface DataPermission


@Target(TYPE) @Retention(RUNTIME) public @interface DataPermission
过略数据权限注解

尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负

作者:
Yazhi Li
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    Entity 中的字段名称
    Entity 中与部门关联的字段名称
  • 元素详细资料

    • fieldName

      String fieldName
      Entity 中的字段名称
      默认值:
      ""
    • joinName

      String joinName
      Entity 中与部门关联的字段名称
      默认值:
      ""