From 31da01bdd1e4fe8fb8eec41f401d73bcf6cc18b7 Mon Sep 17 00:00:00 2001 From: ahao <liuhaoai545@gmail.com> Date: 星期六, 06 一月 2024 17:27:01 +0800 Subject: [PATCH] fix https://gitee.com/dromara/RuoYi-Vue-Plus/issues/I8TMAI --- src/api/monitor/online/types.ts | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/api/monitor/online/types.ts b/src/api/monitor/online/types.ts index f873d59..8c0ec27 100644 --- a/src/api/monitor/online/types.ts +++ b/src/api/monitor/online/types.ts @@ -1,15 +1,15 @@ export interface OnlineQuery extends PageQuery { - ipaddr: string; - userName: string; + ipaddr: string; + userName: string; } export interface OnlineVO extends BaseEntity { - tokenId: string; - deptName: string; - userName: string; - ipaddr: string; - loginLocation: string; - browser: string; - os: string; - loginTime: number; + tokenId: string; + deptName: string; + userName: string; + ipaddr: string; + loginLocation: string; + browser: string; + os: string; + loginTime: number; } -- Gitblit v1.9.3