Annotation Interface BusOperLog


@Target(METHOD) @Retention(RUNTIME) public @interface BusOperLog
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    操作描述(支持SpEL表达式)
    记录ID(支持SpEL表达式)
  • Element Details

    • recId

      String recId
      记录ID(支持SpEL表达式)
      Default:
      ""
    • message

      String message
      操作描述(支持SpEL表达式)
      Default:
      ""