huminmin
4 天以前 098d9a5ac8e3ab5731dd6eb2a18a07441bf63f4c
src/main/java/com/ruoyi/stock/service/StockOutRecordService.java
@@ -26,5 +26,11 @@
    int batchDelete(List<Long> ids);
    int batchDeletePending(List<Long> ids);
    void exportStockOutRecord(HttpServletResponse response, StockOutRecordDto stockOutRecordDto);
    int batchApprove(List<Long> ids, Integer approvalStatus);
    int batchReAudit(List<Long> ids);
}