| | |
| | | package com.jcdm.main.bs.formulaChild.mapper; |
| | | |
| | | import java.util.List; |
| | | import com.jcdm.main.bs.formulaChild.Query.ProductProcessQuery; |
| | | import com.jcdm.main.bs.formulaChild.domain.BsFormulaChildInfo; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 配方配置子信息Mapper接口 |
| | |
| | | * @author ruimin |
| | | * @date 2023-12-26 |
| | | */ |
| | | public interface BsFormulaChildInfoMapper |
| | | |
| | | public interface BsFormulaChildInfoMapper |
| | | { |
| | | /** |
| | | * 查询配方配置子信息 |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteBsFormulaChildInfoByIds(Long[] ids); |
| | | |
| | | |
| | | public List<BsFormulaChildInfo> getProductProcess(ProductProcessQuery productProcessQuery); |
| | | } |