feat 供应商商品添加能否购买标记
This commit is contained in:
parent
88976ba8af
commit
6f2743be07
@ -66,6 +66,8 @@ type ProviderArticle struct {
|
||||
SkuID string `gorm:"index:providerId_sku,unique" json:"skuID"`
|
||||
// 当前成本价
|
||||
Cost ProviderPrice `json:"cost" gorm:"type:json;serializer:json"`
|
||||
// 能否购买
|
||||
Available bool `json:"available"`
|
||||
// 是否排除,如果排除,就不用拉取价格
|
||||
Exclude bool `json:"exclude"`
|
||||
// 历史成本价格
|
||||
|
Loading…
Reference in New Issue
Block a user