gongchunyi
2026-08-03 f9a7f0c711b76f316a14b2bbe2261cdfad17e84f
src/main/java/com/ruoyi/stock/service/StockInventoryService.java
@@ -47,7 +47,7 @@
    Boolean thawStock(StockInventoryDto stockInventoryDto);
    List<StockInventory> getByModelId(Long modelId);
    List<StockInventoryDto> getByModelId(Long modelId);
    IPage<StockInventoryDto> getBatchNoQty(Page page, StockInventoryDto stockInventoryDto);
}