[web-app] 告警配置列表-告警定义关联监控功能

This commit is contained in:
tomsun28
2021-12-13 01:17:58 +08:00
parent fac7713bf2
commit 23def5cc37
6 changed files with 190 additions and 32 deletions

View File

@@ -0,0 +1,8 @@
export class AlertDefineBind {
id!: number;
alertDefineId!: number;
monitorId!: number;
monitorName!: string;
gmtCreate!: number;
gmtUpdate!: number;
}