src/main/java/com/ruoyi/stock/service/StockInRecordService.java
@@ -14,8 +14,6 @@ int add(StockInRecordDto stockInRecordDto); int update(Long id, StockInRecordDto stockInRecordDto); int batchDelete(List<Long> ids); void exportStockInRecord(HttpServletResponse response, StockInRecordDto stockInRecordDto);