From 9d296a1c658c19c6faa51dfef31d025e59a480cb Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 02 七月 2024 12:02:45 +0800 Subject: [PATCH] 按仓库统计月度报表下载接口 --- docs/swagger.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 08e97ae..253cd0b 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -1041,6 +1041,10 @@ type: number auxiliaryUnit: type: string + baseOperationType: + allOf: + - $ref: '#/definitions/constvar.BaseOperationType' + description: 鍩虹浣滀笟绫诲瀷 cost: description: 鎴愭湰鍗曚环 type: number @@ -2965,6 +2969,37 @@ summary: 涓嬭浇鏈堝害缁熻搴撳瓨鎶ヨ〃 tags: - 鎶ヨ〃 + /api-wms/v1/forms/downloadWarehouseMonthStats: + post: + parameters: + - description: 鏌ヨ鍙傛暟 + in: body + name: object + required: true + schema: + $ref: '#/definitions/request.GetMonthStats' + - description: token + in: header + name: Authorization + required: true + type: string + produces: + - application/json + responses: + "200": + description: 鎴愬姛 + schema: + allOf: + - $ref: '#/definitions/util.ResponseList' + - properties: + data: + items: + $ref: '#/definitions/models.MonthStats' + type: array + type: object + summary: 涓嬭浇鎸変粨搴撶粺璁℃湀搴︾粺璁″簱瀛樻姤琛� + tags: + - 鎶ヨ〃 /api-wms/v1/forms/getHistory: post: parameters: -- Gitblit v1.8.0