liyong
2026-04-30 256fdc569dbb5bfde6f73ef84319d4cdb1905811
src/main/java/com/ruoyi/stock/service/StockInventoryService.java
@@ -25,6 +25,8 @@
    IPage<StockInventoryDto> pagestockInventory(Page page, StockInventoryDto stockInventoryDto);
    IPage<StockInventoryDto> pageListCombinedStockInventory(Page page, StockInventoryDto stockInventoryDto);
    Boolean addstockInventory(StockInventoryDto stockInventoryDto);
    Boolean subtractStockInventory(StockInventoryDto stockInventoryDto);