Added 3 required fields for CallStat

This commit is contained in:
Frederick Holland 2025-08-18 17:46:28 +10:00
parent e8aeb4d3b7
commit c9a99faa54

View File

@ -76,6 +76,9 @@ type CallStat struct {
UtsDuration int UtsDuration int
UtsEntries int UtsEntries int
Status string Status string
FirstLanguageId int
LastLanguageId int
FirstInterpreter string
} }
func (CallStat) TableName() string { func (CallStat) TableName() string {