| | |
| | | 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); |
| | | |
| | |
| | | |
| | | Boolean thawStock(StockInventoryDto stockInventoryDto); |
| | | |
| | | List<StockInventory> getByModelId(Long modelId); |
| | | List<StockInventoryDto> getByModelId(Long modelId); |
| | | |
| | | IPage<StockInventoryDto> getBatchNoQty(Page page, StockInventoryDto stockInventoryDto); |
| | | } |