mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-18 10:18:50 +08:00
feat: 登录日志(demo)
This commit is contained in:
12
apps/web-antd/src/api/monitor/logininfo/model.d.ts
vendored
Normal file
12
apps/web-antd/src/api/monitor/logininfo/model.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface LoginLog {
|
||||
infoId: string;
|
||||
tenantId: string;
|
||||
userName: string;
|
||||
status: string;
|
||||
ipaddr: string;
|
||||
loginLocation: string;
|
||||
browser: string;
|
||||
os: string;
|
||||
msg: string;
|
||||
loginTime: string;
|
||||
}
|
||||
Reference in New Issue
Block a user