gongchunyi
昨天 578ea7a56b5fd6019cd96549f1176ce2574fc13a
src/main/java/com/ruoyi/productionPlan/mapper/ProductionPlanMapper.java
@@ -24,4 +24,6 @@
    List<ProductionPlanSummaryDto> selectSummaryByProductType(ProductionPlanSummaryDto query);
    List<ProductionPlanDto> selectWithMaterialByIds(@Param("ids") List<Long> ids);
}