models/audio.go
@@ -23,6 +23,7 @@ OccurrenceAt time.Time `json:"-"` OccurrenceTime string `json:"occurrenceTime" gorm:"-"` IsFollowed constvar.BoolType `gorm:"type:tinyint;not null;default:2;comment:是否关注"` //是否关注 1关注 2未关注 Score float64 `json:"score"` // 置信度 } AudioSearch struct {