src/main/java/com/whyc/mapper/ProductBomMapper.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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); }