feat 供应商商品添加库存信息
This commit is contained in:
parent
38c4267488
commit
bb9fe2646c
@ -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"`
|
||||
// 库存数量
|
||||
Ast int `json:"ast"`
|
||||
// 能否购买
|
||||
Available bool `json:"available"`
|
||||
// 是否排除,如果排除,就不用拉取价格
|
||||
|
Loading…
Reference in New Issue
Block a user