perf: 日志列表增加状态字段

This commit is contained in:
fit2cloud-chenyw
2024-01-22 16:49:06 +08:00
parent d317dff1f8
commit c9243c8ab6
7 changed files with 34 additions and 8 deletions

View File

@@ -13,7 +13,9 @@ public @interface DeLog {
String pid() default "";
LogST st();
LogST st() default LogST.PANEL;
LogOT ot();
String stExp() default "";
}