liyong
2026-05-14 971d450e8627d7d8116c741a0306cce05ad5f57c
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);
}