春风项目四线(合箱线、总装线)
cl
2024-03-05 3e03aff9ec8dde400f7323adba77e05f39fad8e9
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);
}