Optimize system log

This commit is contained in:
2023-11-05 23:18:38 +08:00
parent b4f1b655dc
commit 58f738802b
3 changed files with 8 additions and 2 deletions

View File

@@ -51,5 +51,8 @@ class SysLogGetVo(
val executeTime: Long?,
@Schema(description = "用户代理")
val userAgent: String?
val userAgent: String?,
@Schema(description = "操作用户名")
val operateUsername: String?
)