src/main/java/com/whyc/mapper/ProductBomMapper.java
@@ -6,5 +6,5 @@ public interface ProductBomMapper extends CustomMapper<ProductBom>{ //图纸分类检索 List searchCadDrawer(ProductBom productBom); List<ProductBom> searchCadDrawer(ProductBom productBom); }