From 57c1d91e82ec4085ccedf099063cd14e609a301f Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期三, 15 十一月 2023 16:36:50 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS --- docs/docs.go | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 54 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 76ee786..0ec54bf 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -2167,6 +2167,36 @@ } } }, + "/api-wms/v1/reorderRule/submitOrder": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "閲嶈璐ц鍒�" + ], + "summary": "鍐嶈涓�娆�", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/models.ReorderRule" + } + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, "/api-wms/v1/reorderRule/updateReorderRule": { "post": { "produces": [ @@ -3002,6 +3032,9 @@ "description": "HSCode string ` + "`" + `gorm:\"type:varchar(255);comment:HS缂栫爜\" json:\"HSCode\"` + "`" + ` //HS缂栫爜\nOriginCountryId int ` + "`" + `gorm:\"type:int(11);comment:鍘熶骇鍦癷d\" json:\"originCountryId\"` + "`" + ` //鍘熶骇鍦癷d\nOriginCountryName string ` + "`" + `gorm:\"type:varchar(255);comment:鍘熶骇鍦板悕绉癨" json:\"originCountryName\"` + "`" + ` //鍘熶骇鍦板悕绉�", "type": "string" }, + "inputAmount": { + "type": "number" + }, "internalNotes": { "description": "鍐呴儴璇存槑", "type": "string" @@ -3034,7 +3067,15 @@ "description": "鏈�澶у簱瀛�", "type": "number" }, + "maxInventoryRule": { + "description": "鏈�澶у簱瀛�", + "type": "number" + }, "minInventory": { + "description": "鏈�灏忓簱瀛�", + "type": "number" + }, + "minInventoryRule": { "description": "鏈�灏忓簱瀛�", "type": "number" }, @@ -3073,6 +3114,12 @@ "description": "鍑哄簱璇存槑", "type": "string" }, + "outputAmount": { + "type": "number" + }, + "predictionAmount": { + "type": "number" + }, "principal": { "description": "璐熻矗浜�", "type": "string" @@ -3099,6 +3146,9 @@ }, "purchaseType": { "$ref": "#/definitions/constvar.PurchaseType" + }, + "reorderRuleNum": { + "type": "integer" }, "salePrice": { "description": "閿�鍞崟浠�", @@ -3381,6 +3431,10 @@ "description": "璺嚎", "type": "string" }, + "supplierId": { + "description": "渚涘簲鍟唅d", + "type": "integer" + }, "unit": { "description": "鍗曚綅", "type": "string" -- Gitblit v1.8.0