JavaScript is disabled on your browser.
Skip navigation links
pap4j-boot3
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
cn.net.pap.example.proguard.aspect.annotation
Annotation Interface BusOperLog
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
public @interface
BusOperLog
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
message
操作描述(支持SpEL表达式)
String
recId
记录ID(支持SpEL表达式)
Element Details
recId
String
recId
记录ID(支持SpEL表达式)
Default:
""
message
String
message
操作描述(支持SpEL表达式)
Default:
""