懒羊羊
2024-01-29 a36b834b2957440a755652ff17d067b18f4e9250
jcdm-main/src/main/java/com/jcdm/main/bs/formulaChild/service/IBsFormulaChildInfoService.java
@@ -1,6 +1,8 @@
package com.jcdm.main.bs.formulaChild.service;
import java.util.List;
import com.jcdm.common.core.domain.AjaxResult;
import com.jcdm.main.bs.formulaChild.domain.BsFormulaChildInfo;
/**
@@ -58,4 +60,10 @@
     * @return 结果
     */
    public int deleteBsFormulaChildInfoById(Long id);
    public BsFormulaChildInfo selectBsFormulaChildInfoByTypeTopOne(String type,String productCode,String processesCode);
    List<BsFormulaChildInfo> releaseCheck();
    AjaxResult updateResults(BsFormulaChildInfo bsFormulaChildInfo);
}