ADD provider添加online字段用于判断是否在线
This commit is contained in:
parent
7303e49bd0
commit
0f2c2d5913
@ -79,6 +79,8 @@ type ProviderArticle struct {
|
||||
Watch *bool `json:"watch"`
|
||||
// 状态
|
||||
Status ProviderStatus `json:"status"`
|
||||
// 是否在线
|
||||
Online bool `json:"online" gorm:"-"`
|
||||
// 是否排除,如果排除,就不用拉取价格
|
||||
Exclude bool `json:"exclude"`
|
||||
// 历史成本价格
|
||||
|
Loading…
x
Reference in New Issue
Block a user