add
wangpengfei
2023-07-10 80fa90e29844947b26d41c16fb1a48516ec018f8
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 报价单搜索条件