liyong
11 小时以前 1ca5584d7e3200a9af65a099bd26d3593e2ba702
src/main/java/com/ruoyi/production/mapper/ProductionPlanMapper.java
@@ -28,4 +28,5 @@
    ProductionPlanDto selectProductionPlanDtoById(@Param("productionPlanId") Long productionPlanId);
    List<ProductionPlanVo> getSource(@Param("ids") List<Long> planIds);
}