ADD provider添加online字段用于判断是否在线

This commit is contained in:
timerzz 2025-03-27 17:37:00 +08:00
parent 7303e49bd0
commit 0f2c2d5913

View File

@ -79,6 +79,8 @@ type ProviderArticle struct {
Watch *bool `json:"watch"`
// 状态
Status ProviderStatus `json:"status"`
// 是否在线
Online bool `json:"online" gorm:"-"`
// 是否排除,如果排除,就不用拉取价格
Exclude bool `json:"exclude"`
// 历史成本价格