liyong
6 天以前 5fda07cae9f4f32e9dc3d7de33adb71a215b08d1
src/main/java/com/ruoyi/stock/service/StockInRecordService.java
@@ -16,4 +16,5 @@
    int update(Long id, StockInRecordDto stockInRecordDto);
    int batchDelete(List<Long> ids);
}