liding
2026-04-24 6554bbd0dcbf5a83c9f043b8d193ddbc6a887345
src/main/java/com/ruoyi/stock/service/StockInRecordService.java
@@ -14,9 +14,9 @@
    int add(StockInRecordDto stockInRecordDto);
    int update(Long id, StockInRecordDto stockInRecordDto);
    int batchDelete(List<Long> ids);
    void exportStockInRecord(HttpServletResponse response, StockInRecordDto stockInRecordDto);
    int editStockInStock(StockInRecordDto stockInRecordDto);
}