feat 销售商商品添加spu id

This commit is contained in:
timerzz 2024-09-02 16:52:05 +08:00
parent 06e03d4f50
commit 23573b3150

View File

@ -61,6 +61,8 @@ type SellerArticle struct {
SellerId SellerId `gorm:"index:sellerId_sku,unique" json:"sellerId"`
// 销售商的sku
SkuID string `gorm:"index:sellerId_sku,unique" json:"skuID"`
// 销售商的spuId
SpuID string `json:"spuID"`
// 是否排除
Exclude bool `json:"exclude"`
// 当前成本价