liding
2026-05-22 94ec4e9e9214cb5dc28aef4a7f38be462cfda728
src/main/java/com/ruoyi/stock/service/StockInventoryService.java
@@ -35,9 +35,9 @@
    Boolean subtractStockInventory(StockInventoryDto stockInventoryDto);
    R importStockInventory(MultipartFile file);
    R importStockInventory(MultipartFile file, Integer productType);
    void exportStockInventory(HttpServletResponse response, StockInventoryDto stockInventoryDto);
    void exportStockInventory(HttpServletResponse response, StockInventoryDto stockInventoryDto, Integer productType);
    IPage<StockInRecordDto> stockInventoryPage(StockInventoryDto stockInventoryDto,Page page);