fix
wangpengfei
2023-07-12 7dd79a8858ee3a0c22b44ee65cb9ff55dd76279a
model/request/saleDetails.go
@@ -9,7 +9,6 @@
}
type SalesDetails struct {
   Id                int             `json:"id" gorm:"column:id;primary_key;AUTO_INCREMENT"`
   ClientId          int             `json:"clientId" gorm:"column:client_id;type:int;comment:客户id"`
   Number            string          `json:"number" gorm:"column:number;type:varchar(255);comment:销售子单号"`
   SaleChanceId      int             `json:"saleChanceId" gorm:"column:sale_chance_id;type:int;comment:销售机会id"`