liding
9 天以前 cf65d0a608b21f07dc50a98b864dfe47def4f86b
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);