This commit is contained in:
2026-02-19 14:33:22 +08:00
parent 3090a60cf8
commit 5340b07795
9 changed files with 57 additions and 71 deletions

View File

@@ -44,7 +44,7 @@ type StratModel struct {
AiRisk string
TotalDesc string
TotalScore float64
TotalScore float64 `gorm:"default:0"`
}
func init() {