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

@@ -16,4 +16,8 @@ public class LogGridVO implements Serializable {
private String ip;
private Long time;
private boolean success;
private String msg;
}