mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-06 17:26:35 +08:00
feat(project): 添加vben5前端
This commit is contained in:
10
Yi.Vben5.Vue3/apps/web-antd/src/api/monitor/online/model.d.ts
vendored
Normal file
10
Yi.Vben5.Vue3/apps/web-antd/src/api/monitor/online/model.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface OnlineUser {
|
||||
connnectionId?: string;
|
||||
userId?: string;
|
||||
userName?: string;
|
||||
loginTime: number;
|
||||
ipaddr?: string;
|
||||
loginLocation?: string;
|
||||
os?: string;
|
||||
browser?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user