feat: 删除不需要文件夹
This commit is contained in:
13
features/udm_user/model/udm_auth_user.go
Normal file
13
features/udm_user/model/udm_auth_user.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package model
|
||||
|
||||
// UdmAuthUser UDM鉴权用户
|
||||
type UdmAuthUser struct {
|
||||
ID string `json:"id" xorm:"pk 'id' autoincr"`
|
||||
Imsi string `json:"imsi" xorm:"imsi"` // SIM卡号
|
||||
Amf string `json:"amf" xorm:"amf"` // ANF
|
||||
Status string `json:"status" xorm:"status"` // 状态
|
||||
Ki string `json:"ki" xorm:"ki"` // ki
|
||||
AlgoIndex string `json:"algoIndex" xorm:"algo_index"` //
|
||||
Opc string `json:"opc" xorm:"opc"`
|
||||
NeID string `json:"neId" xorm:"ne_id"` // UDM网元标识-子系统
|
||||
}
|
||||
Reference in New Issue
Block a user