feat: calling info contain msd data

This commit is contained in:
zhangsz
2025-05-17 19:22:20 +08:00
parent 1b2d8c9d58
commit 1ea90724f5

View File

@@ -13,6 +13,7 @@ type MfCallingInfo struct {
CreatedTime string `json:"createdTime" gorm:"column:created_time"` // 创建时间
Direction string `json:"direction" gorm:"column:direction"` // 通话方向
Uuid string `json:"uuid" gorm:"column:uuid"` // uuid
MsdData string `json:"msdData" gorm:"column:msd_data"` // MSD数据
TenantID string `json:"tenantID" gorm:"column:tenant_id"`
TenantName string `json:"tenantName" gorm:"-"`