IDP.Integration.Bom.Plank.createGroovesAsync() 函数
function createGroovesAsync(option: {
grooves: Array<BomPlankGrooveEditable & BoomPlankWithId>;
}): Promise<void>;
板面上,创建槽
参数:
-
option: { grooves: Array<BomPlankGrooveEditable & BoomPlankWithId>; }槽信息
@vm-type AsyncFunctionType
返回值: Promise<void>