From 640ff86be676ef7ef5a2ef12d0af34a46962c17e Mon Sep 17 00:00:00 2001 From: 懒羊羊 <15939171744@163.com> Date: 星期五, 22 三月 2024 15:36:39 +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