gongchunyi
3 天以前 c3b81ea987501dc2f5dc3c8db23038eeb8f290e9
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);
}