liyong
2026-05-15 0578c6c76f13e367b5dc7d0882efe3c69ca4cb0e
src/main/java/com/ruoyi/stock/service/StockInRecordService.java
@@ -22,5 +22,5 @@
    void exportStockInRecord(HttpServletResponse response, StockInRecordDto stockInRecordDto);
    int batchApprove(List<Long> ids, Integer approvalStatus);
    int batchApprove(List<Long> ids, Integer approvalStatus,Long warehouseInfoId);
}