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/swagger.yaml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index d32b9c0..c733427 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -853,6 +853,10 @@ description: ProductName string `json:"productName" gorm:"type:varchar(255);not null;comment:浜у搧鍚嶇О"` //浜у搧鍚嶇О type: number + auxiliaryAmount: + type: number + auxiliaryUnit: + type: string createTime: type: string fromLocation: @@ -1453,6 +1457,12 @@ 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:鍗曚綅"` //鍗曚綅 -- Gitblit v1.8.0