From b773030f37dc06a92bdb80e8af9a408843d5b317 Mon Sep 17 00:00:00 2001
From: 懒羊羊 <15939171744@163.com>
Date: 星期五, 15 三月 2024 16:47:43 +0800
Subject: [PATCH] 操作看板

---
 jcdm-main/src/main/java/com/jcdm/main/bs/formulaChild/mapper/BsFormulaChildInfoMapper.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/jcdm-main/src/main/java/com/jcdm/main/bs/formulaChild/mapper/BsFormulaChildInfoMapper.java b/jcdm-main/src/main/java/com/jcdm/main/bs/formulaChild/mapper/BsFormulaChildInfoMapper.java
index 695115c..8d4eb4c 100644
--- a/jcdm-main/src/main/java/com/jcdm/main/bs/formulaChild/mapper/BsFormulaChildInfoMapper.java
+++ b/jcdm-main/src/main/java/com/jcdm/main/bs/formulaChild/mapper/BsFormulaChildInfoMapper.java
@@ -2,6 +2,7 @@
 
 import java.util.List;
 import com.jcdm.main.bs.formulaChild.domain.BsFormulaChildInfo;
+import org.springframework.data.repository.query.Param;
 
 /**
  * 閰嶆柟閰嶇疆瀛愪俊鎭疢apper鎺ュ彛
@@ -61,7 +62,9 @@
 
     BsFormulaChildInfo selectBsFormulaChildInfoByTypeTopOne(BsFormulaChildInfo bsFormulaChildInfo);
 
-    List<BsFormulaChildInfo> releaseCheck(BsFormulaChildInfo bsFormulaChildInfo);
+    BsFormulaChildInfo releaseCheck(BsFormulaChildInfo bsFormulaChildInfo);
 
     void workpieceRelease(BsFormulaChildInfo bsFormulaChildInfo);
+
+    BsFormulaChildInfo getCount(BsFormulaChildInfo info);
 }

--
Gitblit v1.9.3