feat 添加NotCrawl字段

This commit is contained in:
timerzz 2025-03-26 17:47:42 +08:00
parent 8d362fd179
commit fe213d8ce6

View File

@ -30,6 +30,8 @@ type Provider struct {
Status ProviderStatus `json:"status"`
// 错误信息
Msg string `json:"msg"`
// 要不要抓取
NotCrawl bool `json:"notCrawl"`
// 拉取时间
PullAt time.Time `json:"pullAt"`
// 供应商配置