feat 销售商商品添加spu id
This commit is contained in:
parent
06e03d4f50
commit
23573b3150
@ -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"`
|
||||
// 当前成本价
|
||||
|
Loading…
Reference in New Issue
Block a user