| | |
| | | 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)); |
| | | } |