From 80fa90e29844947b26d41c16fb1a48516ec018f8 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期一, 10 七月 2023 20:28:46 +0800
Subject: [PATCH] add

---
 model/quotation.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/model/quotation.go b/model/quotation.go
index d5fdec8..878f211 100644
--- a/model/quotation.go
+++ b/model/quotation.go
@@ -22,6 +22,7 @@
 		Client            Client     `json:"client" gorm:"foreignKey:ClientId"`
 		Contact           Contact    `json:"contact" gorm:"foreignKey:ContactId"`
 		SaleChance        SaleChance `json:"sale_chance" gorm:"foreignKey:SaleChanceId"`
+		gorm.Model        `json:"-"`
 	}
 
 	// QuotationSearch 鎶ヤ环鍗曟悳绱㈡潯浠�

--
Gitblit v1.8.0