From 939ccc9c254870ed15cdd485b9d303bbb00a23f2 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期日, 28 九月 2025 14:16:27 +0800
Subject: [PATCH] 注释加上上海玻璃公司ip

---
 north-glass-erp/src/main/java/com/example/erp/controller/mm/FinishedGoodsInventoryController.java |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/controller/mm/FinishedGoodsInventoryController.java b/north-glass-erp/src/main/java/com/example/erp/controller/mm/FinishedGoodsInventoryController.java
index d53c7ab..2fade75 100644
--- a/north-glass-erp/src/main/java/com/example/erp/controller/mm/FinishedGoodsInventoryController.java
+++ b/north-glass-erp/src/main/java/com/example/erp/controller/mm/FinishedGoodsInventoryController.java
@@ -209,4 +209,19 @@
     public Result getSelectPrints( @RequestBody Map<String, Object> object){
         return Result.seccess(finishedGoodsInventoryService.getSelectPrintSvs(object));
     }
+    /*瑁呯鎵撳嵃鏌ヨ*/
+    @ApiOperation("搴撳瓨瑁呯鎵撳嵃鍐呭鏌ヨ鎺ュ彛")
+    @SaCheckPermission("createProductStock.search")
+    @PostMapping("/getInventoryPrints")
+    public Result getInventoryPrints( @RequestBody List<FinishedGoodsInventory> finishedGoodsInventories){
+        return Result.seccess(finishedGoodsInventoryService.getInventoryPrints(finishedGoodsInventories));
+    }
+
+    @ApiOperation("鎴愬搧瑁呯璋冩灦")
+    @SaCheckPermission("createProductStock.add")
+    @PostMapping("/changeRack/{user}")
+    public Result changeRack( @RequestBody FinishedGoodsInventory  finishedGoodsInventory,@PathVariable String user){
+        return Result.seccess(finishedGoodsInventoryService.changeRack(finishedGoodsInventory,user));
+
+    }
 }

--
Gitblit v1.8.0