lxw
2022-07-19 c52b51ba6024573ead2a7cd50c591dde44281ccd
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);
}