From cb660c4be22610730966db2a4a36c3a7c008b579 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期三, 27 九月 2023 17:23:01 +0800 Subject: [PATCH] 1.二期一部分代码 --- docs/docs.go | 64 ++++++++++++++++++++++++++++++++ 1 files changed, 64 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index e2104ff..d20b847 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1324,6 +1324,51 @@ } } }, + "/api-wms/v1/product/listHistory": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "浜у搧" + ], + "summary": "浜у搧浣嶇疆鍘嗗彶淇℃伅", + "parameters": [ + { + "description": "鏌ヨ鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.QueryOperationHistory" + } + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.ResponseList" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/definitions/models.Operation" + } + } + } + } + ] + } + } + } + } + }, "/api-wms/v1/product/listOperaton": { "post": { "produces": [ @@ -2855,6 +2900,25 @@ } } }, + "request.QueryOperationHistory": { + "type": "object", + "properties": { + "locationId": { + "type": "integer" + }, + "page": { + "description": "椤电爜", + "type": "integer" + }, + "pageSize": { + "description": "姣忛〉澶у皬", + "type": "integer" + }, + "productId": { + "type": "string" + } + } + }, "request.QueryOperationList": { "type": "object", "properties": { -- Gitblit v1.8.0