import { BifMetadataType } from './BifMetadataType'; export interface IShowEntity { id: string; code: string; name: string; upBillVoName: string; downBillVoName: string; bifMetadataType: BifMetadataType; lastModifiedTime: Date; parentId: string; sysInit: boolean; originId: string; rootId: string; }