From 7d4f02f6a8066018911d09bad42c5c540abaa66b Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 11 三月 2024 15:18:29 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS --- docs/swagger.yaml | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index b3019db..7c2ffd4 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -803,6 +803,15 @@ updateTime: type: string type: object + models.UnitDict: + properties: + id: + type: integer + isDefault: + type: boolean + name: + type: string + type: object models.Warehouse: properties: active: @@ -2864,6 +2873,25 @@ summary: 鑾峰彇浜у搧鍒楄〃 tags: - 浜у搧 + /api-wms/v1/product/getUnitInfo: + get: + produces: + - application/json + responses: + "200": + description: 鎴愬姛 + schema: + allOf: + - $ref: '#/definitions/util.ResponseList' + - properties: + data: + items: + $ref: '#/definitions/models.UnitDict' + type: array + type: object + summary: 鑾峰彇鍗曚綅淇℃伅 + tags: + - 浜у搧 /api-wms/v1/product/getUserInfo: get: produces: -- Gitblit v1.8.0