liding
2 天以前 acc94dd2dc309e50882f7b10c20d955ed2f14716
src/main/java/com/ruoyi/stock/service/StockInRecordService.java
@@ -18,5 +18,11 @@
    int batchDelete(List<Long> ids);
    int batchDeletePending(List<Long> ids);
    void exportStockInRecord(HttpServletResponse response, StockInRecordDto stockInRecordDto);
    int batchApprove(List<Long> ids, Integer approvalStatus);
    int batchReAudit(List<Long> ids);
}