From 1ea90724f5fa031687dbc9983dc515fd2d8b95da Mon Sep 17 00:00:00 2001 From: zhangsz Date: Sat, 17 May 2025 19:22:20 +0800 Subject: [PATCH] feat: calling info contain msd data --- features/ue/mf_calling/model.go | 1 + 1 file changed, 1 insertion(+) 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:"-"`