新增预警页面

This commit is contained in:
2025-12-13 19:13:49 +08:00
parent 00aaf8f54a
commit b209e7d727
25 changed files with 3946 additions and 1292 deletions

View File

@@ -21,7 +21,7 @@ export interface BizDbConfig extends BasicModel<BizDbConfig> {
dbUsername: string; // 数据库账号
dbPassword: string; // 数据库密码
description?: string; // 数据库描述
isEnabled: number; // 是否启用
isEnabled: string; // 是否启用
dbSchemaName?: string; // schema名称
updateTime?: string; // 更新时间
ftenantId?: string; // 租户id