From e170c5fe4273a9635f27290028a5231500c3ace6 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期四, 14 十二月 2023 15:53:43 +0800
Subject: [PATCH] 出入库明细添加业务类型

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

diff --git a/docs/docs.go b/docs/docs.go
index 1ec49df..d8fa175 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -3708,6 +3708,10 @@
                 "fromLocationId": {
                     "type": "integer"
                 },
+                "number": {
+                    "description": "Unit           string          ` + "`" + `json:\"unit\"` + "`" + `",
+                    "type": "string"
+                },
                 "productId": {
                     "type": "string"
                 },
@@ -4708,6 +4712,10 @@
                 "operationId": {
                     "type": "integer"
                 },
+                "operationTypeName": {
+                    "description": "浣滀笟绫诲瀷鍚嶇О",
+                    "type": "string"
+                },
                 "productId": {
                     "type": "string"
                 },
@@ -4834,6 +4842,8 @@
 	Description:      "",
 	InfoInstanceName: "swagger",
 	SwaggerTemplate:  docTemplate,
+	LeftDelim:        "{{",
+	RightDelim:       "}}",
 }
 
 func init() {

--
Gitblit v1.8.0