gongchunyi
2 天以前 882045fad703a40e5f5aa7659d0b86fc5a145837
src/main/java/com/ruoyi/stock/service/StockInventoryService.java
@@ -40,6 +40,7 @@
    void exportStockInventory(HttpServletResponse response, StockInventoryDto stockInventoryDto);
    IPage<StockInRecordDto> stockInventoryPage(StockInventoryDto stockInventoryDto,Page page);
    void exportStockInventoryPage(HttpServletResponse response, StockInventoryDto stockInventoryDto);
    IPage<StockInventoryDto> stockInAndOutRecord(StockInventoryDto stockInventoryDto,Page page);