From a8914a16b23e93f6bfd12bcfd5cbe8b24cf7eb84 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期日, 07 四月 2024 21:49:01 +0800 Subject: [PATCH] 发货支持仓库传参 --- docs/docs.go | 71 +++++++++++++++++++++++++++++++++++ 1 files changed, 71 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 5a2c468..07d8fc6 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1930,6 +1930,40 @@ } } }, + "/api-wms/v1/product/getUnitInfo": { + "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.UnitDict" + } + } + } + } + ] + } + } + } + } + }, "/api-wms/v1/product/getUserInfo": { "get": { "produces": [ @@ -3125,6 +3159,7 @@ "type": "number" }, "attachmentIDs": { + "description": "浠ヤ笅涓轰笉瀛樺簱鐨勫瓧娈�", "type": "array", "items": { "type": "integer" @@ -3229,6 +3264,14 @@ "description": "鏄惁閿�鍞�", "type": "boolean" }, + "isStorage": { + "description": "鏃犲簱瀛樼殑鍦╳ms浠ュ強srm涓渶瑕佽繃婊ゆ帀", + "type": "integer" + }, + "isVirtual": { + "description": "铏氭嫙鐗╂枡鍦∕RP璁$畻鏃惰烦杩囪灞傜骇鐩存帴棰嗙敤涓嬬骇鐗╂枡锛岃櫄鎷熺墿鏂欎笉鐢熸垚宸ュ崟", + "type": "integer" + }, "makeAdvanceTime": { "description": "鍒堕�犲墠缃椂闂�(澶�)", "type": "number" @@ -3316,6 +3359,12 @@ }, "purchaseType": { "$ref": "#/definitions/constvar.PurchaseType" + }, + "purchaseTypeList": { + "type": "array", + "items": { + "type": "integer" + } }, "reorderRuleNum": { "type": "integer" @@ -3660,6 +3709,20 @@ } } }, + "models.UnitDict": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "isDefault": { + "type": "boolean" + }, + "name": { + "type": "string" + } + } + }, "models.Warehouse": { "type": "object", "required": [ @@ -3689,6 +3752,10 @@ }, "companyId": { "type": "integer" + }, + "contacts": { + "description": "鑱旂郴浜�", + "type": "string" }, "createTime": { "type": "string" @@ -4017,6 +4084,10 @@ "maxLength": 5, "minLength": 1 }, + "contacts": { + "description": "鑱旂郴浜�", + "type": "string" + }, "inboundTransportation": { "description": "鍏ュ悜杩愯緭", "type": "integer" -- Gitblit v1.8.0