huminmin
昨天 7746f1fcb9b018735df79de7055170e6b1720775
src/main/java/com/ruoyi/stock/service/StockInRecordService.java
@@ -22,5 +22,7 @@
    void exportStockInRecord(HttpServletResponse response, StockInRecordDto stockInRecordDto);
    int batchApprove(List<Long> ids, Integer approvalStatus);
    int batchApprove(Integer approvalStatus, List<StockInRecordDto.StockInRecordApproveItemDto> items);
    int batchReAudit(List<Long> ids);
}