huminmin
2026-04-25 c7a252cc254f7f4fe998cd3a4764e14d52552958
src/main/java/com/ruoyi/stock/service/StockUninventoryService.java
@@ -25,6 +25,10 @@
    Integer subtractStockUninventory(StockUninventoryDto stockUninventoryDto);
    Integer addStockInRecordOnly(StockUninventoryDto stockUninventoryDto);
    Integer addStockOutRecordOnly(StockUninventoryDto stockUninventoryDto);
    void exportStockUninventory(HttpServletResponse response, StockUninventoryDto stockUninventoryDto);
    Boolean frozenStock(StockInventoryDto stockInventoryDto);