huminmin
7 天以前 e47e58e20366c7c246e26b1107a9e242c9a2d836
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);
}