lxw
2022-09-05 1417536733d34bd935e02d66c92c53d370461fed
src/main/java/com/whyc/mapper/ProductBomHistoryMapper.java
@@ -9,7 +9,7 @@
public interface ProductBomHistoryMapper extends CustomMapper<ProductBomHistory> {
    void updateVersionBatch(List<ProductBomHistory> newVersionCurrentHistoryList);
    //读取指定版本产品的子件和关联的物料信息
    List<ProductBomHistory> getBomHistoryAndMaterial(int productId, int version);
    List<ProductBomHistory> getBomHistoryAndMaterial(int productId, int subVersionMax);
    //查询产品的软件
    List<ProductSoftware> selectSoftware(int productId);