liyong
2026-05-14 393859848d92c4773c55416ee61f45eea6573941
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);
}