huminmin
19 小时以前 ba4f2ca4b3ae845d2bd1e92338b948a8f95ffaaa
src/main/java/com/ruoyi/stock/service/StockInRecordService.java
@@ -22,7 +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);
}