feat: UDM用户数据补充添加创建时间字段datatime
This commit is contained in:
@@ -65,6 +65,8 @@ type IMSUser struct {
|
||||
Tag CallTag `json:"tag" gorm:"column:tag"` // tag: 0=VoIP, 1=VoLTE
|
||||
VNI string `json:"vni" gorm:"column:vni"` // VNI
|
||||
|
||||
CreateTime int64 `json:"createTime" gorm:"column:create_time"` // 创建时间
|
||||
CreatedAt string `json:"createdAt" gorm:"column:created_at"` // 创建时间
|
||||
TenantID string `json:"tenantID" gorm:"column:tenant_id"`
|
||||
TenantName string `json:"tenantName" gorm:"-"`
|
||||
}
|
||||
|
||||
@@ -7,6 +7,8 @@ type VoIPAuth struct {
|
||||
UserName string `json:"userName" gorm:"column:user_name"` // SIM卡/USIM卡ID
|
||||
Password string `json:"password" gorm:"column:password"` // 用户电话号码
|
||||
|
||||
CreateTime int64 `json:"createTime" gorm:"column:create_time"` // 创建时间
|
||||
CreatedAt string `json:"createdAt" gorm:"column:created_at"` // 创建时间
|
||||
TenantID string `json:"tenantID" gorm:"column:tenant_id"`
|
||||
TenantName string `json:"tenantName" gorm:"-"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user