liding
7 天以前 db510e867a27ffb5fa4f0e2e23bde29a00cf310a
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);
}