zss
4 天以前 496728ce9c9b3f7018fa5e2d8b46dbf6eef861a9
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);
}