spring
2026-04-23 ab58d64f07cbeacaa9a171119d575a6fe70048ff
src/api/productionManagement/productBom.js
@@ -28,6 +28,15 @@
  });
}
// 复制
export function copyBom(data) {
  return request({
    url: "/productBom/copy",
    method: "post",
    data: data,
  });
}
// 批量删除
export function batchDelete(ids) {
  return request({