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

This commit is contained in:
tomsun28
2021-12-13 01:17:58 +08:00
parent 7e9bf8049d
commit a2c480e5ae
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;
}