From 4a9bc4b7c84985047c7ebe0b991e8c8364bb56a2 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 03 十一月 2023 10:58:25 +0800 Subject: [PATCH] 重订货规则修改 --- docs/swagger.yaml | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 5a13e9c..c318180 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -244,6 +244,10 @@ type: object models.Location: properties: + children: + items: + $ref: '#/definitions/models.Location' + type: array companyId: description: 鍏徃id type: integer @@ -937,12 +941,17 @@ properties: keyWord: type: string + locationId: + type: integer page: description: 椤电爜 type: integer pageSize: description: 姣忛〉澶у皬 type: integer + type: + description: 绫诲瀷:bh=琛ヨ揣 + type: string type: object request.GetRuleList: properties: @@ -1701,6 +1710,25 @@ summary: 鑾峰彇浣嶇疆鍒楄〃 tags: - 浣嶇疆 + /api-wms/v1/location/getLocationTreeList: + get: + produces: + - application/json + responses: + "200": + description: 鎴愬姛 + schema: + allOf: + - $ref: '#/definitions/util.ResponseList' + - properties: + data: + items: + $ref: '#/definitions/models.Location' + type: array + type: object + summary: 鑾峰彇浣嶇疆鍒楄〃鏍� + tags: + - 浣嶇疆 /api-wms/v1/location/updateLocation: post: parameters: -- Gitblit v1.8.0