lxw
2022-09-01 b848451e8889fea12ce40b7818c1b8d84b50ea02
src/main/java/com/whyc/mapper/MaterialMapper.java
@@ -2,7 +2,6 @@
import com.whyc.pojo.Material;
import com.whyc.pojo.ProductBom;
import com.whyc.pojo.ProductBomHistory;
import java.util.List;
@@ -17,4 +16,15 @@
    List<ProductBomHistory> getReplaceHisMaterial(String parentModel,int version);*/
    //查询所有物料(分页,模糊查询)
    List<Material> getMaterialLimit(String subCode, String subName, String subModel);
    List<String> getListByCodeList(List<String> codeList);
    void updateDwgUrl(List<Material> materialDwgUrlNameList);
    List<Material> getListByCodeAndModelList(List<Material> materialList);
    void disableStatus(List<Material> materialList);
    List<Material> getListByCodeAndModelList2(List<ProductBom> bomList);
}