src/main/java/com/ruoyi/stock/service/StockInRecordService.java
@@ -19,4 +19,8 @@ int batchDelete(List<Long> ids); void exportStockInRecord(HttpServletResponse response, StockInRecordDto stockInRecordDto); StockInRecordDto selectByRecord(Long id); int updateStockInRecord(StockInRecordDto stockInRecordDto); }