🐛 修复 operateLog 和 loginLog 在 IDEA 报错的问题

This commit is contained in:
shizhong
2024-03-07 12:35:03 +08:00
parent 73f6f15c54
commit d4dc61f34f
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ export interface LoginLogVO {
userId: number
userType: number
username: string
result: number
status: number
userIp: string
userAgent: string