mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 18:38:16 +08:00
perf: 日志列表增加状态字段
This commit is contained in:
@@ -13,7 +13,9 @@ public @interface DeLog {
|
||||
|
||||
String pid() default "";
|
||||
|
||||
LogST st();
|
||||
LogST st() default LogST.PANEL;
|
||||
|
||||
LogOT ot();
|
||||
|
||||
String stExp() default "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user