whycxzp
2022-09-05 aaa02f788851807d65260fbf6a3c5d91ff6afa71
src/main/java/com/whyc/mapper/ProductBomMapper.java
@@ -25,6 +25,6 @@
    List<ProductBom> getListByCodeAndModelList2(List<ProductBom> bomList);
    ProductBom getEnabledStandardBomListByParentCode(String parentCode);
    List<ProductBom> getEnabledBomListByParentCodeAndCustomCode(String parentCode, String customCode);
}