From 27bccf679a48389285b788742cf7aa4b16ad4ecc Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期五, 08 十二月 2023 11:12:47 +0800 Subject: [PATCH] 操作excel 手动变比io资源。 文件模版配置表增加字段taleInfo --- docs/swagger.yaml | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 667604e..b481d9a 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -2261,6 +2261,18 @@ summary: 鏇存敼璁板綍鐘舵�� tags: - 鍏ュ簱/鍑哄簱 + /api-wms/v1/operation/getClientList: + get: + produces: + - application/json + responses: + "200": + description: 鎴愬姛 + schema: + $ref: '#/definitions/util.Response' + summary: 鑾峰彇鐗╂祦鍏徃鍒楄〃 + tags: + - 鍏ュ簱/鍑哄簱 /api-wms/v1/operation/getLogisticCompanyList: get: produces: @@ -2280,6 +2292,18 @@ summary: 鑾峰彇鐗╂祦鍏徃鍒楄〃 tags: - 鍏ュ簱/鍑哄簱 + /api-wms/v1/operation/getSupplierList: + get: + produces: + - application/json + responses: + "200": + description: 鎴愬姛 + schema: + $ref: '#/definitions/util.Response' + summary: 鑾峰彇鐗╂祦鍏徃鍒楄〃 + tags: + - 鍏ュ簱/鍑哄簱 /api-wms/v1/operation/list: post: parameters: -- Gitblit v1.8.0