import { NotifyRuleDto } from "./notify-rule-dto.model"; export class NotifyRuleSetDto { id?: number; setName?: string; type?: number; operateInfoId?: number; operateInfoName?: string; notifyRuleDTOList?: Array; };