import { MetadataEntityBase } from '../../abstract-metadata-entity-base'; import { IBizEventEntity } from '../interface-biz-event-entity'; /** * 业务事件实体类 */ export declare class AifBizEventEntity extends MetadataEntityBase implements IBizEventEntity { BeMetadataId: string; BeType: string; BeEventRouterMetadataId: string; BeEventRouterComponentId: string; BizEventAgentMetadataId: string; BizEventAgentComponentId: string; VoMetadataId: string; VoType: string; BeId: string; VoId: string; }