huminmin
19 小时以前 8b3c7885598f323b7fd86ba58f31a974a3d7b933
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);
}