whycxzp
2022-07-21 cf7f2a00eb4e5fbfe90a403f6543d67daf447ff8
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);
}