feat 添加spuId
This commit is contained in:
parent
c2339c07c4
commit
33f4c41ca7
@ -51,6 +51,7 @@ type Product struct {
|
||||
CalMark string `json:"calMark"` //计算价格的过程
|
||||
DWPrice float64 `json:"dwPrice"`
|
||||
DWSkuId int64 `json:"dwSkuId"` // 得物sku_id
|
||||
DWSpuId int64 `json:"dwSpuId"` //得物spu_id
|
||||
Freight float64 `json:"freight"` //运费
|
||||
ExchangeRate float64 `json:"exchangeRate" gorm:"-"` //汇率
|
||||
Rate float64 `json:"rate" gorm:"index"` //利润率
|
||||
|
Loading…
Reference in New Issue
Block a user