huminmin
21 小时以前 54125317881aaf25c905a1b78827fb8e62b59a27
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);
}