gongchunyi
5 天以前 d546e42089177442c5e43f9944052fcf3611b08d
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);