Compare commits
3 Commits
f1e92d1205
...
8b188c5223
Author | SHA1 | Date | |
---|---|---|---|
|
8b188c5223 | ||
|
15bd8518a0 | ||
|
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