liding
2026-04-27 050a6301777a6753c800f1999670f8d30f1589f9
src/main/java/com/ruoyi/production/mapper/ProductionBomStructureMapper.java
@@ -21,4 +21,10 @@
    List<ProductionBomStructureVo> listByBomId(@Param("bomId") Long bomId);
    /**
     * 领料bom
     * @param bomId
     * @return
     */
    List<ProductionBomStructureVo> pickByBomId(@Param("bomId") Long bomId);
}