春风项目四线(合箱线、总装线)
wujian
2024-01-18 83923ea389a172c1cf3d9cd7a3628d3692e9feaf
jcdm-main/src/main/java/com/jcdm/main/bs/formulaChild/mapper/BsFormulaChildInfoMapper.java
@@ -1,7 +1,9 @@
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接口
@@ -9,7 +11,8 @@
 * @author ruimin
 * @date 2023-12-26
 */
public interface BsFormulaChildInfoMapper
public interface BsFormulaChildInfoMapper
{
    /**
     * 查询配方配置子信息
@@ -58,4 +61,7 @@
     * @return 结果
     */
    public int deleteBsFormulaChildInfoByIds(Long[] ids);
    public List<BsFormulaChildInfo> getProductProcess(ProductProcessQuery productProcessQuery);
}