Annotation Type DataAuthExclude

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      DataAuthExclude.ExcludeMode mode
      是否需要检测
      String[] value
      需要排除的字段, 需要和 mode() 配合使用, 只有"always"模式时才会进行排除
    • Element Detail

      • value

        String[] value
        需要排除的字段, 需要和 mode() 配合使用, 只有"always"模式时才会进行排除
        Default:
        {}
      • mode

        DataAuthExclude.ExcludeMode mode
        是否需要检测
        Returns:
        默认不检测
        Default:
        net.cofcool.chaos.server.core.annotation.DataAuthExclude.ExcludeMode.never