zss
2023-09-20 6f44f6cfadef657c5fd55bdb9974c2b8e3262ba8
standard-server/src/main/java/com/yuanchu/mom/mapper/ProductMapper.java
@@ -38,6 +38,9 @@
    //根据技术指标id批量删除
    void delAllPro(String ids);
    //查询标准BOM技术指标中该型号工艺下的检验项目
    List<Product> selProByVerSpe(Integer technologyId);
}