chenhj
10 天以前 28cf22aaff7f092256db2ad6df699e17426f62ea
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);