From c6e4c58288053493fe62c9a390dfdf8cf1bedf98 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期三, 17 四月 2024 13:57:50 +0800
Subject: [PATCH] 产品添加字段2

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

diff --git a/docs/docs.go b/docs/docs.go
index 6806e6e..fd049ed 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -3934,6 +3934,12 @@
                     "description": "ProductName string          ` + "`" + `json:\"productName\" gorm:\"type:varchar(255);not null;comment:浜у搧鍚嶇О\"` + "`" + ` //浜у搧鍚嶇О",
                     "type": "number"
                 },
+                "auxiliaryAmount": {
+                    "type": "number"
+                },
+                "auxiliaryUnit": {
+                    "type": "string"
+                },
                 "createTime": {
                     "type": "string"
                 },
@@ -4808,6 +4814,14 @@
                     "description": "ProductName string          ` + "`" + `json:\"productName\" gorm:\"type:varchar(255);not null;comment:浜у搧鍚嶇О\"` + "`" + ` //浜у搧鍚嶇О",
                     "type": "number"
                 },
+                "auxiliaryAmount": {
+                    "description": "杈呭姪鏁伴噺",
+                    "type": "number"
+                },
+                "auxiliaryUnit": {
+                    "description": "杈呭姪鍗曚綅",
+                    "type": "string"
+                },
                 "fromLocationId": {
                     "description": "Unit        string          ` + "`" + `json:\"unit\" gorm:\"type:varchar(31);comment:鍗曚綅\"` + "`" + `                    //鍗曚綅\nProduct models.Material ` + "`" + `json:\"product\" gorm:\"foreignKey:ProductId;references:ID\"` + "`" + `",
                     "type": "integer"

--
Gitblit v1.8.0