feat: 调整cdr数据查询
This commit is contained in:
@@ -13,6 +13,11 @@ type CDREventIMS struct {
|
||||
CreatedAt time.Time `json:"createdAt" gorm:"column:created_at;default:CURRENT_TIMESTAMP"`
|
||||
}
|
||||
|
||||
// TableName 表名称
|
||||
func (*CDREventIMS) TableName() string {
|
||||
return "cdr_event_ims"
|
||||
}
|
||||
|
||||
// CDREventIMSQuery CDR会话对象IMS查询参数结构体
|
||||
type CDREventIMSQuery struct {
|
||||
NeType string `json:"neType" form:"neType" binding:"required"` // 网元类型IMS
|
||||
|
||||
Reference in New Issue
Block a user