From 33f4c41ca79ed079691a74534f2ba43d1e708576 Mon Sep 17 00:00:00 2001 From: timerzz Date: Mon, 29 Jul 2024 15:10:04 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E6=B7=BB=E5=8A=A0spuId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/product/model.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/product/model.go b/model/product/model.go index ba2bb43..4147660 100644 --- a/model/product/model.go +++ b/model/product/model.go @@ -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"` //利润率