[web-app] 告警配置列表-告警定义关联监控功能
This commit is contained in:
8
web-app/src/app/pojo/AlertDefineBind.ts
Normal file
8
web-app/src/app/pojo/AlertDefineBind.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export class AlertDefineBind {
|
||||
id!: number;
|
||||
alertDefineId!: number;
|
||||
monitorId!: number;
|
||||
monitorName!: string;
|
||||
gmtCreate!: number;
|
||||
gmtUpdate!: number;
|
||||
}
|
||||
Reference in New Issue
Block a user