zss
8 小时以前 62e9b968c6f6a624b8d633c3c9551f1c814ea6e4
src/main/java/com/ruoyi/productionPlan/mapper/ProductionPlanMapper.java
@@ -28,4 +28,5 @@
    List<ProductionPlanDto> selectWithMaterialByIds(@Param("ids") List<Long> ids);
    ProductionPlanDto selectProductionPlanDtoById(@Param("productionPlanId") Long productionPlanId);
}