From 76c74cf71fb82099e134cea6a34019655fed2f3f Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期二, 14 十一月 2023 14:52:37 +0800
Subject: [PATCH] 产品列表增加重订货规则统计

---
 docs/docs.go |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 2d9e716..794a765 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -3656,6 +3656,9 @@
                 "keyWord": {
                     "type": "string"
                 },
+                "locationId": {
+                    "type": "integer"
+                },
                 "page": {
                     "description": "椤电爜",
                     "type": "integer"
@@ -4372,6 +4375,8 @@
 	Description:      "",
 	InfoInstanceName: "swagger",
 	SwaggerTemplate:  docTemplate,
+	LeftDelim:        "{{",
+	RightDelim:       "}}",
 }
 
 func init() {

--
Gitblit v1.8.0