无关风月
3 天以前 96928bdb692c62e01105d1d6a7f4bd04df5aa3c0
ruoyi-admin/src/main/java/com/ruoyi/web/controller/api/ProjectInventoryController.java
@@ -95,8 +95,8 @@
    public R<PageInfo<OutStorageListVO>> outStoragePageList(@RequestBody InventoryStorageListQuery inventoryStorageListQuery) {
        return R.ok(projectInventoryService.outStoragePageList(inventoryStorageListQuery));
    }
    @ApiOperation(value = "月新增出库项目情况分页列表")
    @PostMapping(value = "/outStoragePageList")
    @ApiOperation(value = "月新增入库项目情况分页列表")
    @PostMapping(value = "/monthStoragePageList")
    public R<PageInfo<MonthStorageListVO>> monthStoragePageList(@RequestBody InventoryStorageListQuery inventoryStorageListQuery) {
        return R.ok(projectInventoryService.monthStoragePageList(inventoryStorageListQuery));
    }