refactor: stat.

This commit is contained in:
2026-04-30 11:14:16 +08:00
parent c6824e9ff3
commit bbe6dea436
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -7,6 +7,7 @@ type AIAnalysisRecord struct {
RegionID *uint32 `gorm:"index" json:"regionId"`
SourceType string `gorm:"size:32" json:"sourceType"`
AnalysisType string `gorm:"size:32" json:"analysisType"`
AnalysisResult string `gorm:"type:text" json:"analysisResult"`
InputTokens int `json:"inputTokens"`
OutputTokens int `json:"outputTokens"`
InputSizeBytes int `json:"inputSizeBytes"`