export declare class MappingAllDataRequest { constructor(params: Partial); /** * 流程编码 */ flowCode: string; /** * 表单编码 */ targetBizCode: string; /** * 目的表名 */ targetTable: string; /** * 来源单据编码 */ sourceBizCode?: string; /** * 业务表头数据 */ configMap?: Array>; }