优化
This commit is contained in:
@ -102,7 +102,7 @@ public class StoreGoodsInventoryRecordController {
|
||||
}
|
||||
|
||||
@GetMapping("/recordCount")
|
||||
@Operation(summary = "获得商品出入库记录分页")
|
||||
@Operation(summary = "商品出入库记录统计")
|
||||
public CommonResult<InventoryStatisticsVO> getRecordCount(@Valid InventoryRecordPageReqVO pageReqVO) {
|
||||
InventoryStatisticsVO recordCount = storeGoodsInventoryRecordService.getRecordCount(pageReqVO);
|
||||
return success(recordCount);
|
||||
|
Reference in New Issue
Block a user