IDP.Integration.Bom.deletePlankAsync() 函数
function deletePlankAsync(plankId: string): Promise<void>;
删除板件
参数:
plankId: string
返回值: Promise<void>
异常:
{Error} 报错即表示删除失败
function deletePlankAsync(plankId: string): Promise<void>;
删除板件
参数:
plankId: string返回值: Promise<void>
异常:
{Error} 报错即表示删除失败