fix: UE事件查询方式调整
This commit is contained in:
@@ -14,6 +14,11 @@ type UEEventAMF struct {
|
||||
CreatedAt time.Time `json:"createdAt" gorm:"column:created_at;default:CURRENT_TIMESTAMP"`
|
||||
}
|
||||
|
||||
// TableName 表名称
|
||||
func (*UEEventAMF) TableName() string {
|
||||
return "ue_event_amf"
|
||||
}
|
||||
|
||||
// UEEventAMFQuery UE会话对象AMF查询参数结构体
|
||||
type UEEventAMFQuery struct {
|
||||
NeType string `json:"neType" form:"neType" binding:"required"` // 网元类型, 暂时支持AMF
|
||||
|
||||
Reference in New Issue
Block a user