提交代码
This commit is contained in:
parent
37f1592b56
commit
8df4ec3d4c
@ -16,5 +16,8 @@ public @interface Log {
|
|||||||
String value() default "";
|
String value() default "";
|
||||||
|
|
||||||
String module() default "";
|
String module() default "";
|
||||||
|
|
||||||
|
//0-系统日志 1-业务操作日志
|
||||||
|
String type() default "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user