【功能优化】全局:接入 V2 版本操作日志

This commit is contained in:
YunaiV
2024-07-28 11:30:40 +08:00
parent d88707b306
commit 8caf19a193
2 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@ export type OperateLogVO = {
requestMethod: string
requestUrl: string
userIp: string
userAgent: string
creator: string
creatorName: string
createTime: Date