From bbe7d23d91d2d03f16d90b636b1698abe65a0df0 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期三, 11 九月 2024 17:29:27 +0800 Subject: [PATCH] 指标分类 --- src/api/system/tenant/index.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/api/system/tenant/index.ts b/src/api/system/tenant/index.ts index 176c375..95aa059 100644 --- a/src/api/system/tenant/index.ts +++ b/src/api/system/tenant/index.ts @@ -12,6 +12,7 @@ password: string expireTime: Date accountCount: number + dataSourceConfigId: number createTime: Date } -- Gitblit v1.9.3