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