From 4a598a4d1289039928bab05e14dd5735ad219a0f Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 13 十月 2023 16:48:22 +0800 Subject: [PATCH] bug修改 --- model/quotation.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/model/quotation.go b/model/quotation.go index f2f23b7..09c4718 100644 --- a/model/quotation.go +++ b/model/quotation.go @@ -9,6 +9,7 @@ // Quotation 鎶ヤ环鍗� Quotation struct { Id int `json:"id" gorm:"column:id;primary_key;AUTO_INCREMENT"` + QuotationName string `json:"quotationName" gorm:"column:quotation_name;type:varchar(255);comment:鎶ヤ环鍗曞悕绉�"` ClientId int `json:"client_id" gorm:"column:client_id;type:int;comment:瀹㈡埛id"` Number string `json:"number" gorm:"column:number;type:varchar(255);comment:鎶ヤ环鍗曞彿"` QuotationStatusId int `json:"quotation_status_id" gorm:"column:quotation_status_id;type:int;comment:鎶ヤ环鍗曠姸鎬乮d"` -- Gitblit v1.8.0