2 天以前 3e5e22f5358156ff7430ee117546123ffe042611
src/main/java/com/ruoyi/stock/service/StockInventoryService.java
@@ -25,6 +25,11 @@
    IPage<StockInventoryDto> pagestockInventory(Page page, StockInventoryDto stockInventoryDto);
    /**
     * 报废品选料分页(只读,带批号)
     */
    IPage<StockInventoryDto> pageScrapStock(Page page, StockInventoryDto stockInventoryDto);
    IPage<StockInventoryDto> pageListCombinedStockInventory(Page page, StockInventoryDto stockInventoryDto);
    Boolean addstockInventory(StockInventoryDto stockInventoryDto);