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 报价单搜索条件