feat 修改spu id 为int

This commit is contained in:
timerzz 2024-07-29 15:34:35 +08:00
parent 33f4c41ca7
commit c498a70be1

View File

@ -50,8 +50,8 @@ type Product struct {
CNYPrice float64 `json:"cnyPrice"` // 最终的价格 CNYPrice float64 `json:"cnyPrice"` // 最终的价格
CalMark string `json:"calMark"` //计算价格的过程 CalMark string `json:"calMark"` //计算价格的过程
DWPrice float64 `json:"dwPrice"` DWPrice float64 `json:"dwPrice"`
DWSkuId int64 `json:"dwSkuId"` // 得物sku_id DWSkuId int `json:"dwSkuId"` // 得物sku_id
DWSpuId int64 `json:"dwSpuId"` //得物spu_id DWSpuId int `json:"dwSpuId"` //得物spu_id
Freight float64 `json:"freight"` //运费 Freight float64 `json:"freight"` //运费
ExchangeRate float64 `json:"exchangeRate" gorm:"-"` //汇率 ExchangeRate float64 `json:"exchangeRate" gorm:"-"` //汇率
Rate float64 `json:"rate" gorm:"index"` //利润率 Rate float64 `json:"rate" gorm:"index"` //利润率