JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
cn.dinodev.spring.data.annotion
Annotation Interface AuditLog
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
@Documented
public @interface
AuditLog
操作日志注解
Author:
Cody Lu
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
op
操作编码
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
business
操作的业务
Element Details
op
String
op
操作编码
Returns:
business
String
business
操作的业务
Returns:
Default:
""