From f171534eb89eca16ef1834ef1daa73d95b1bf7cf Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期五, 22 五月 2026 17:58:36 +0800
Subject: [PATCH] feat(approval): 添加发货审批产品信息展示功能

---
 src/main/java/com/ruoyi/production/controller/ProductBomController.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/production/controller/ProductBomController.java b/src/main/java/com/ruoyi/production/controller/ProductBomController.java
index 3925b5c..79eb6e0 100644
--- a/src/main/java/com/ruoyi/production/controller/ProductBomController.java
+++ b/src/main/java/com/ruoyi/production/controller/ProductBomController.java
@@ -69,6 +69,13 @@
         return productBomService.add(productBom);
     }
 
+    @ApiModelProperty("澶嶅埗BOM")
+    @PostMapping("/copy")
+    @Log(title = "澶嶅埗BOM", businessType = BusinessType.INSERT)
+    public AjaxResult copy(@RequestBody ProductBomDto productBom) {
+        return productBomService.copy(productBom);
+    }
+
     @ApiOperation("鏇存柊BOM")
     @Log(title = "淇敼", businessType = BusinessType.UPDATE)
     @PutMapping("/update")

--
Gitblit v1.9.3