From abfde09eac076a73110d59d270c4edc7b7adef12 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期一, 26 八月 2024 14:50:57 +0800 Subject: [PATCH] v1.0.1-sanpshot --- 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