import { IMetadataEntity } from '../interface-metadata-entity'; /** * 业务场景图实体类接口 */ export interface IBizFlowchartEntity extends IMetadataEntity { }