| | |
| | | |
| | | import java.util.List; |
| | | import com.jcdm.main.bs.formulaChild.domain.BsFormulaChildInfo; |
| | | import org.springframework.data.repository.query.Param; |
| | | |
| | | /** |
| | | * 配方配置子信息Mapper接口 |
| | |
| | | |
| | | BsFormulaChildInfo selectBsFormulaChildInfoByTypeTopOne(BsFormulaChildInfo bsFormulaChildInfo); |
| | | |
| | | List<BsFormulaChildInfo> releaseCheck(BsFormulaChildInfo bsFormulaChildInfo); |
| | | BsFormulaChildInfo releaseCheck(BsFormulaChildInfo bsFormulaChildInfo); |
| | | |
| | | void workpieceRelease(BsFormulaChildInfo bsFormulaChildInfo); |
| | | |
| | | BsFormulaChildInfo getCount(BsFormulaChildInfo info); |
| | | } |