export declare class FlowDefinitionChoseListData { /** * 流程编码 */ flowCode: string; /** * 流程名称 */ flowName: string; /** * 组织Id */ orgId: string; /** * 组织名称 */ orgName: string; /** * 租户Id */ tenantId: string; /** * 租户名称 */ tenantName: string; /** * 共享策略 * - 0 集团共享 * - 1 单元共享 * - 2 组织私有 */ sharePolicy: number; /** * 接口方案Id */ interfaceSchemeId: string; }