diff --git a/features/ue/mf_calling/model.go b/features/ue/mf_calling/model.go index a4cc68cf..c806d591 100644 --- a/features/ue/mf_calling/model.go +++ b/features/ue/mf_calling/model.go @@ -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:"-"`