注释类型 DataScope


  • @Documented
    @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    public @interface DataScope
    数据权限注解

    优先级:规则模式 自动模式 指定模式

    作者:
    youta
    • 元素详细资料

      • scope

        Scope scope
        自 动 模 式

        Auto 模式下根据用户角色定义规则过滤数据

        非 Auto 模式下, 采用强制数据权限过滤,即用户角色定义的规则失效

        返回:
        Scope
        默认值:
        me.youm.boot.web.interceptor.enums.Scope.AUTO