From 7425052414f7f2b7e4746f6d43a80d5c751aad3f Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 03 十一月 2023 16:50:47 +0800 Subject: [PATCH] 位置列表添加类型选择 --- docs/docs.go | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 50 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 4e9ca24..fe9c170 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -572,6 +572,40 @@ } } }, + "/api-wms/v1/location/getLocationTreeList": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "浣嶇疆" + ], + "summary": "鑾峰彇浣嶇疆鍒楄〃鏍�", + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.ResponseList" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/definitions/models.Location" + } + } + } + } + ] + } + } + } + } + }, "/api-wms/v1/location/updateLocation": { "post": { "produces": [ @@ -2445,6 +2479,12 @@ "models.Location": { "type": "object", "properties": { + "children": { + "type": "array", + "items": { + "$ref": "#/definitions/models.Location" + } + }, "companyId": { "description": "鍏徃id", "type": "integer" @@ -3438,6 +3478,9 @@ "keyWord": { "type": "string" }, + "locationId": { + "type": "integer" + }, "page": { "description": "椤电爜", "type": "integer" @@ -3445,6 +3488,13 @@ "pageSize": { "description": "姣忛〉澶у皬", "type": "integer" + }, + "productId": { + "type": "string" + }, + "type": { + "description": "绫诲瀷:bh=琛ヨ揣", + "type": "string" } } }, -- Gitblit v1.8.0