From 68200e7e7ac1cfd021b8b37a92b7ab8eb11c759e Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期五, 03 十一月 2023 11:36:46 +0800 Subject: [PATCH] 上架规则列表搜索增加产品和产品类别 --- docs/docs.go | 83 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 82 insertions(+), 1 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index e233c6b..f287150 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1061,7 +1061,7 @@ } } }, - "/api-wms/v1/operationType/operationType": { + "/api-wms/v1/operationType/listTransfer": { "get": { "produces": [ "application/json" @@ -1074,6 +1074,44 @@ { "type": "string", "name": "keyword", + "in": "query" + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.ResponseList" + } + } + } + } + }, + "/api-wms/v1/operationType/operationType": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "涓氬姟绫诲瀷" + ], + "summary": "鏌ヨ浣滀笟绫诲瀷鍒楄〃", + "parameters": [ + { + "type": "string", + "name": "keyword", + "in": "query" + }, + { + "type": "integer", + "description": "椤电爜", + "name": "page", + "in": "query" + }, + { + "type": "integer", + "description": "姣忛〉澶у皬", + "name": "pageSize", "in": "query" } ], @@ -2134,6 +2172,21 @@ "ReservationMethodByDate" ] }, + "constvar.RuleType": { + "type": "integer", + "enum": [ + 1, + 2 + ], + "x-enum-comments": { + "RuleType_Product": "浜у搧涓婃灦瑙勫垯", + "RuleType_ProductCategory": "浜у搧绫诲埆涓婃灦瑙勫垯" + }, + "x-enum-varnames": [ + "RuleType_Product", + "RuleType_ProductCategory" + ] + }, "constvar.WhetherType": { "type": "integer", "enum": [ @@ -2798,6 +2851,14 @@ "productId": { "description": "浜у搧id", "type": "string" + }, + "ruleType": { + "description": "涓婃灦瑙勫垯绫诲瀷 1锛氫骇鍝佺被鍨嬶紱2锛氫骇鍝佺被鍒被鍨�", + "allOf": [ + { + "$ref": "#/definitions/constvar.RuleType" + } + ] } } }, @@ -3048,6 +3109,14 @@ "request.GetInventoryHistory": { "type": "object", "properties": { + "baseOperationType": { + "description": "鍩虹浣滀笟绫诲瀷", + "allOf": [ + { + "$ref": "#/definitions/constvar.BaseOperationType" + } + ] + }, "keyWord": { "description": "鎼滅储鏉′欢", "type": "string" @@ -3342,6 +3411,14 @@ "productId": { "description": "浜у搧id", "type": "string" + }, + "ruleType": { + "description": "涓婃灦瑙勫垯绫诲瀷 1锛氫骇鍝佺被鍨嬶紱2锛氫骇鍝佺被鍒被鍨�", + "allOf": [ + { + "$ref": "#/definitions/constvar.RuleType" + } + ] } } }, @@ -3368,6 +3445,10 @@ "description": "鍑哄叆搴搃d", "type": "integer" }, + "productCategoryId": { + "description": "浜у搧绉嶇被id", + "type": "integer" + }, "productId": { "description": "浜у搧id", "type": "string" -- Gitblit v1.8.0