huminmin
2 天以前 8674fd3d10dba263a6606758ceddf20a9d694098
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);
}