feat 供应商商品添加状态
This commit is contained in:
parent
bb9fe2646c
commit
8bd70ec18d
@ -70,6 +70,8 @@ type ProviderArticle struct {
|
||||
Ast int `json:"ast"`
|
||||
// 能否购买
|
||||
Available bool `json:"available"`
|
||||
// 状态
|
||||
Status ProviderStatus `json:"status"`
|
||||
// 是否排除,如果排除,就不用拉取价格
|
||||
Exclude bool `json:"exclude"`
|
||||
// 历史成本价格
|
||||
|
Loading…
Reference in New Issue
Block a user