huminmin
18 小时以前 f688d1656a6542f1756f62e2f10a11ff4489674a
src/main/java/com/ruoyi/production/service/ProductionPlanService.java
@@ -51,6 +51,6 @@
    /**
     * 导出数据
     */
    void exportProdData(HttpServletResponse response, List<Long> ids);
    void exportProdData(HttpServletResponse response, ProductionPlanDto requestDto);
}