[web-app] 告警通知-接收人配置和消息策略配置。全局字体基础大小修改为12px
This commit is contained in:
13
web-app/src/app/pojo/NoticeRule.ts
Normal file
13
web-app/src/app/pojo/NoticeRule.ts
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user