From 80b8b8fe6080cf00f709c1a155a0ffb23cbf7d2f Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期一, 23 三月 2026 11:05:09 +0800
Subject: [PATCH] 修改关联的工艺路线

---
 src/main/java/com/ruoyi/consumables/service/ConsumablesUnInventoryService.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/ruoyi/consumables/service/ConsumablesUnInventoryService.java b/src/main/java/com/ruoyi/consumables/service/ConsumablesUnInventoryService.java
index 645236b..89d3c45 100644
--- a/src/main/java/com/ruoyi/consumables/service/ConsumablesUnInventoryService.java
+++ b/src/main/java/com/ruoyi/consumables/service/ConsumablesUnInventoryService.java
@@ -19,15 +19,15 @@
  */
 public interface ConsumablesUnInventoryService extends IService<ConsumablesUnInventory> {
 
-    IPage<ConsumablesUnInventoryDto> pageConsumablesUnInventory(Page page, ConsumablesUnInventoryDto ConsumablesUnInventoryDto);
+    IPage<ConsumablesUnInventoryDto> pageConsumablesUnInventory(Page page, ConsumablesUnInventoryDto consumablesUnInventoryDto);
 
-    Integer addConsumablesUnInventory(ConsumablesUnInventoryDto ConsumablesUnInventoryDto);
+    Integer addConsumablesUnInventory(ConsumablesUnInventoryDto consumablesUnInventoryDto);
 
-    Integer subtractConsumablesUnInventory(ConsumablesUnInventoryDto ConsumablesUnInventoryDto);
+    Integer subtractConsumablesUnInventory(ConsumablesUnInventoryDto consumablesUnInventoryDto);
 
-    void exportConsumablesUnInventory(HttpServletResponse response, ConsumablesUnInventoryDto ConsumablesUnInventoryDto);
+    void exportConsumablesUnInventory(HttpServletResponse response, ConsumablesUnInventoryDto consumablesUnInventoryDto);
 
-    Boolean frozenConsumables(ConsumablesInventoryDto ConsumablesInventoryDto);
+    Boolean frozenConsumables(ConsumablesInventoryDto consumablesInventoryDto);
 
-    Boolean thawConsumables(ConsumablesInventoryDto ConsumablesInventoryDto);
+    Boolean thawConsumables(ConsumablesInventoryDto consumablesInventoryDto);
 }

--
Gitblit v1.9.3