mitao
3 天以前 56efd0aa54e2c5cea81ff9b28855bca520dee475
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));
    }