maven
2025-12-05 685c8f92c76760da1ff3a5d88f34201c7e0006bd
src/main/java/com/ruoyi/production/service/SalesLedgerSchedulingService.java
@@ -22,11 +22,13 @@
    void export(HttpServletResponse response);
    int productionDispatch(ProductionDispatchAddDto productionDispatchAddDto);
    String productionDispatch(List<ProductionDispatchAddDto> productionDispatchAddDto);
    IPage<SalesLedgerSchedulingProcessDto> listPageProcess(Page page, SalesLedgerSchedulingProcessDto salesLedgerSchedulingDto);
    int productionDispatchDelete(List<Long> ids);
    int processScheduling(List<ProcessSchedulingDto> processSchedulingDto);
    void exportOne(HttpServletResponse response);
}