From 9d0d545bdd6f1448c19c24d2159a4f1752131d31 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期二, 14 十一月 2023 11:48:04 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

---
 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