liyong
2 天以前 88ae1e650fc2fc30928edfe8f3cc39108d8d1ccd
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);
}