feat 供应商商品添加库存信息

This commit is contained in:
timerzz 2024-11-18 17:26:04 +08:00
parent 38c4267488
commit bb9fe2646c

View File

@ -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"`
// 是否排除,如果排除,就不用拉取价格