This commit is contained in:
yanweidong
2026-02-03 14:40:20 +08:00
parent 827ec7bf5a
commit 57e303a012
5 changed files with 76 additions and 293 deletions

View File

@@ -32,8 +32,15 @@ type StratModel struct {
Desc []StratDesc `gorm:"foreignKey:StratModelID"`
//AI
AiScrore int
AiReply string
AiSummary string
AiSummary2025 string
AiSummaryBase string
AiSummaryTech string
AiScrore int
AiSupportLevel float64
AiResisLevel float64
AiAction string
AiRisk string
}
func init() {