src/main/java/com/whyc/mapper/MaterialMapper.java
@@ -1,6 +1,7 @@ package com.whyc.mapper; import com.whyc.pojo.Material; import com.whyc.pojo.ProductBom; import java.util.List; @@ -24,4 +25,6 @@ void disableStatus(List<Material> materialList); List<Material> getListByCodeAndModelList2(List<ProductBom> bomList); }