From 611992b818b4a43cb3c1c4a5042b582313c37ff3 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期三, 15 十一月 2023 17:01:43 +0800 Subject: [PATCH] 报废数量bug --- docs/docs.go | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 54 insertions(+), 2 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 76ee786..a77f4a4 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": "閿�鍞崟浠�", @@ -3380,6 +3430,10 @@ "route": { "description": "璺嚎", "type": "string" + }, + "supplierId": { + "description": "渚涘簲鍟唅d", + "type": "integer" }, "unit": { "description": "鍗曚綅", @@ -4581,8 +4635,6 @@ Description: "", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, - LeftDelim: "{{", - RightDelim: "}}", } func init() { -- Gitblit v1.8.0