[web-app] 告警通知-接收人配置和消息策略配置。全局字体基础大小修改为12px

This commit is contained in:
tomsun28
2021-12-16 22:10:57 +08:00
parent 1dae784118
commit c0c8d8179b
12 changed files with 583 additions and 15 deletions

View File

@@ -0,0 +1,13 @@
export class NoticeRule {
id!: number;
name!: string;
receiverId!: string;
receiverName!: string;
enable: boolean = true;
// 是否转发所有
filterAll: boolean = true;
creator!: string;
modifier!: string;
gmtCreate!: number;
gmtUpdate!: number;
}