IDP.Integration.Bom.createRawPlanksAsync() 函数
function createRawPlanksAsync(option: {
                rawPlanks: BomRawPlankEditable[];
            }): Promise<{
                rawPlankIds: string[];
            }>;
批量创建大板
参数:
- 
option: { rawPlanks: BomRawPlankEditable[]; }大板信息
@vm-type AsyncFunctionType
 
返回值: Promise<{ rawPlankIds: string[]; }>