[alter,webapp]fix 告警定义关联监控问题
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { Monitor } from './Monitor';
|
||||
|
||||
export class AlertDefineBind {
|
||||
id!: number;
|
||||
alertDefineId!: number;
|
||||
monitorId!: number;
|
||||
monitorName!: string;
|
||||
monitor!: Monitor;
|
||||
gmtCreate!: number;
|
||||
gmtUpdate!: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user