| | |
| | | |
| | | import com.whyc.pojo.Material; |
| | | import com.whyc.pojo.ProductBom; |
| | | import com.whyc.pojo.ProductBomHistory; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | 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); |
| | | |
| | | } |