From 6ae9a1f35f59d13075ac931558bc38a11b7a6e54 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期四, 28 十二月 2023 10:12:08 +0800
Subject: [PATCH] grpc接口关于operation 位置信息数据结构的变动

---
 docs/docs.go |   32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 2f60e96..9db38a4 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1243,7 +1243,7 @@
                         "in": "body",
                         "required": true,
                         "schema": {
-                            "$ref": "#/definitions/request.OperationAllList"
+                            "$ref": "#/definitions/request.OperationCondition"
                         }
                     }
                 ],
@@ -3708,6 +3708,10 @@
                 "fromLocationId": {
                     "type": "integer"
                 },
+                "number": {
+                    "description": "Unit           string          ` + "`" + `json:\"unit\"` + "`" + `",
+                    "type": "string"
+                },
                 "productId": {
                     "type": "string"
                 },
@@ -4190,6 +4194,22 @@
                 },
                 "sourceNumber": {
                     "type": "string"
+                }
+            }
+        },
+        "request.OperationCondition": {
+            "type": "object",
+            "properties": {
+                "condition": {
+                    "type": "string"
+                },
+                "page": {
+                    "description": "椤电爜",
+                    "type": "integer"
+                },
+                "pageSize": {
+                    "description": "姣忛〉澶у皬",
+                    "type": "integer"
                 }
             }
         },
@@ -4692,6 +4712,10 @@
                 "operationId": {
                     "type": "integer"
                 },
+                "operationTypeName": {
+                    "description": "浣滀笟绫诲瀷鍚嶇О",
+                    "type": "string"
+                },
                 "productId": {
                     "type": "string"
                 },
@@ -4726,6 +4750,10 @@
                 "amount": {
                     "description": "鏁伴噺",
                     "type": "number"
+                },
+                "locationId": {
+                    "description": "浣嶇疆id",
+                    "type": "integer"
                 },
                 "locationName": {
                     "description": "浣嶇疆鍚嶇О",
@@ -4818,6 +4846,8 @@
 	Description:      "",
 	InfoInstanceName: "swagger",
 	SwaggerTemplate:  docTemplate,
+	LeftDelim:        "{{",
+	RightDelim:       "}}",
 }
 
 func init() {

--
Gitblit v1.8.0