export class OrgContactInfoDto { id?: number; contactInfoId?: number; orgId?: number; level?: number; levelName?: string; accountId?: number; position?: string; tel?: string; phone?: string; name?: string; orgShortName?: string; orgName?: string; notifyRuleSetName?: string; notifyRuleSetId?: number; };