From 42d665b58dd50ddd1e91fe8198a00e391fdf8202 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 12 一月 2024 15:00:59 +0800
Subject: [PATCH] 仓库查询修改
---
docs/swagger.yaml | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 515cef4..039abfe 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -663,6 +663,13 @@
allOf:
- $ref: '#/definitions/constvar.OperationStatus'
description: 鐘舵��
+ toLocation:
+ allOf:
+ - $ref: '#/definitions/models.Location'
+ description: 鐩爣浣嶇疆
+ toLocationId:
+ description: 鐩爣浣嶇疆id
+ type: integer
updateTime:
type: string
waybillNumber:
@@ -957,6 +964,9 @@
allOf:
- $ref: '#/definitions/constvar.OperationStatus'
description: 鐘舵��
+ toLocationId:
+ description: 鐩爣浣嶇疆id
+ type: integer
waybillNumber:
description: 杩愬崟鍙�
type: string
@@ -1453,6 +1463,9 @@
allOf:
- $ref: '#/definitions/constvar.OperationStatus'
description: 鐘舵��
+ toLocationId:
+ description: 鐩爣浣嶇疆id
+ type: integer
waybillNumber:
description: 杩愬崟鍙�
type: string
@@ -2834,6 +2847,24 @@
summary: 鑾峰彇浜у搧鍒楄〃
tags:
- 浜у搧
+ /api-wms/v1/product/getUserInfo:
+ get:
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: 鎴愬姛
+ schema:
+ allOf:
+ - $ref: '#/definitions/util.ResponseList'
+ - properties:
+ data:
+ additionalProperties: true
+ type: object
+ type: object
+ summary: 鑾峰彇鐧诲綍鐢ㄦ埛淇℃伅
+ tags:
+ - 浜у搧
/api-wms/v1/product/listDisuse:
post:
parameters:
--
Gitblit v1.8.0