2026-04-28 a7dd93b840bdce4bd0011bc948157f440514a207
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);
}