import { IParams } from '@ibizstudio/api'; export interface OpenParams extends IParams { /** * 实体名称 * * @author chitanda * @date 2021-03-31 17:03:21 * @type {string} */ entityName: string; }