liding
2026-03-20 1449db437945f356fa16fd7afa96c5395218c94e
src/main/java/com/ruoyi/consumables/controller/ConsumablesInventoryController.java
@@ -82,13 +82,13 @@
        consumablesInventoryService.exportConsumablesInventory(response, consumablesInventoryDto);
    }
    @GetMapping("ConsumablesInventoryPage")
    @GetMapping("/ConsumablesInventoryPage")
    @ApiOperation("库存报表查询")
    public R ConsumablesInventoryPage(Page page, ConsumablesInventoryDto consumablesInventoryDto) {
        return R.ok(consumablesInventoryService.consumablesInventoryPage(consumablesInventoryDto,page));
    }
    @GetMapping("ConsumablesInAndOutRecord")
    @GetMapping("/ConsumablesInAndOutRecord")
    @ApiOperation("统计各个产品的入库和出库记录")
    public R ConsumablesInAndOutRecord(ConsumablesInventoryDto consumablesInventoryDto, Page page) {
        return R.ok(consumablesInventoryService.consumablesInAndOutRecord(consumablesInventoryDto,page));