huminmin
16 小时以前 6be17495cd29ba8b28af35da7ba171cbc0d61c21
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);
}