feat: calling info contain msd data
This commit is contained in:
@@ -13,6 +13,7 @@ type MfCallingInfo struct {
|
|||||||
CreatedTime string `json:"createdTime" gorm:"column:created_time"` // 创建时间
|
CreatedTime string `json:"createdTime" gorm:"column:created_time"` // 创建时间
|
||||||
Direction string `json:"direction" gorm:"column:direction"` // 通话方向
|
Direction string `json:"direction" gorm:"column:direction"` // 通话方向
|
||||||
Uuid string `json:"uuid" gorm:"column:uuid"` // uuid
|
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"`
|
TenantID string `json:"tenantID" gorm:"column:tenant_id"`
|
||||||
TenantName string `json:"tenantName" gorm:"-"`
|
TenantName string `json:"tenantName" gorm:"-"`
|
||||||
|
|||||||
Reference in New Issue
Block a user