XiaoRuby
2023-09-09 08b73231454d852f1af710fa039a4d5376e764d9
standard-server/src/main/java/com/yuanchu/mom/mapper/ProductMapper.java
@@ -39,8 +39,8 @@
    //根据技术指标id批量删除
    void delAllPro(String ids);
    //查询标准BOM技术指标中该型号工艺下最新版本的检验项目
    List<Product> selProByVerSpe(Integer technologyId, Integer ver);
    //查询标准BOM技术指标中该型号工艺下的检验项目
    List<Product> selProByVerSpe(Integer technologyId);
}