liujiandao
2023-10-11 34ef7217a034599217a7fdd1e28e1ae6910e1b4b
model/quotation.go
@@ -24,6 +24,7 @@
      Contact           Contact         `json:"contact" gorm:"foreignKey:ContactId"`
      SaleChance        SaleChance      `json:"sale_chance" gorm:"foreignKey:SaleChanceId"`
      Products          []Product       `json:"products" gorm:"many2many:quotation_product"`
      CodeStandID       string          `json:"codeStandID" gorm:"column:code_stand_id;type:varchar(255);comment:编码id"`
      gorm.Model        `json:"-"`
   }