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

This commit is contained in:
YunaiV
2024-07-27 18:48:50 +08:00
parent 9e44a6cf0f
commit d88707b306
2 changed files with 3 additions and 4 deletions

View File

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