huminmin
10 天以前 cf99945deda3cba4b0e634abb100847f5cc2529b
src/main/java/com/ruoyi/production/mapper/ProductionPlanMapper.java
@@ -27,4 +27,6 @@
    List<ProductionPlanDto> selectWithMaterialByIds(@Param("ids") List<Long> ids);
    ProductionPlanDto selectProductionPlanDtoById(@Param("productionPlanId") Long productionPlanId);
    List<ProductionPlanVo> getSource(@Param("ids") List<Long> planIds);
}