liding
2026-05-22 f171534eb89eca16ef1834ef1daa73d95b1bf7cf
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);