gongchunyi
7 天以前 5ed564bddc6aecb049509d9524190b3704f87d3d
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);
}