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

This commit is contained in:
YunaiV
2023-12-02 19:25:50 +08:00
parent 757fbddef2
commit 1066551fd1
7 changed files with 9 additions and 8 deletions

View File

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