huminmin
昨天 7746f1fcb9b018735df79de7055170e6b1720775
src/main/java/com/ruoyi/stock/service/StockUninventoryService.java
@@ -9,6 +9,8 @@
import jakarta.servlet.http.HttpServletResponse;
import java.util.List;
/**
 * <p>
 * 不合格库存表 服务类
@@ -21,6 +23,12 @@
    IPage<StockUninventoryDto> pageStockUninventory(Page page, StockUninventoryDto stockUninventoryDto);
    IPage<StockUninventoryDto> pageWasteQuery(Page page, StockUninventoryDto stockUninventoryDto);
    IPage<StockUninventoryDto> getWasteBatchNoQty(Page page, StockInventoryDto stockInventoryDto);
    List<StockUninventoryDto> getWasteByModelId(Long productModelId);
    Integer addStockUninventory(StockUninventoryDto stockUninventoryDto);
    Integer subtractStockUninventory(StockUninventoryDto stockUninventoryDto);
@@ -31,6 +39,8 @@
    void exportStockUninventory(HttpServletResponse response, StockUninventoryDto stockUninventoryDto);
    void exportWasteQuery(HttpServletResponse response, StockUninventoryDto stockUninventoryDto);
    Boolean frozenStock(StockInventoryDto stockInventoryDto);
    Boolean thawStock(StockInventoryDto stockInventoryDto);