From 2b81eefe8ee1c8155f925caa8c0c00a1afb6e775 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 21 五月 2026 18:34:59 +0800
Subject: [PATCH] fix: 质检提交数据进行验证

---
 src/main/java/com/ruoyi/stock/service/StockInventoryService.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/stock/service/StockInventoryService.java b/src/main/java/com/ruoyi/stock/service/StockInventoryService.java
index d47cc4b..5d534d5 100644
--- a/src/main/java/com/ruoyi/stock/service/StockInventoryService.java
+++ b/src/main/java/com/ruoyi/stock/service/StockInventoryService.java
@@ -47,4 +47,6 @@
     Boolean thawStock(StockInventoryDto stockInventoryDto);
 
     List<StockInventory> getByModelId(Long modelId);
+
+    IPage<StockInventoryDto> getBatchNoQty(Page page, StockInventoryDto stockInventoryDto);
 }

--
Gitblit v1.9.3