This commit is contained in:
2026-02-27 13:26:22 +08:00
parent 4dde784047
commit fc5a1be7e1
8 changed files with 47 additions and 40 deletions

View File

@@ -24,7 +24,7 @@ type StratModel struct {
RoeScore int // ROE 是否大于设定值
ValRoe float64 // ROE 值
RecommendDesc string // 推荐描述
Status int // 状态 -1:不推荐0:正常 1:推荐
Status int // 状态 -1:不推荐0:未处理, 1:推荐待指标分析, 2:待AI分析
// macd
MacdScore int `gorm:"default:0"`