优化用户信息接口和新增neId字段
This commit is contained in:
@@ -10,4 +10,5 @@ type UdmAuthUser struct {
|
||||
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网元标识-子系统
|
||||
}
|
||||
|
||||
@@ -13,4 +13,5 @@ type UdmSubUser struct {
|
||||
CnType string `json:"cnType" xorm:"cn_type"`
|
||||
SubData string `json:"subData" xorm:"sub_data"`
|
||||
Eps string `json:"eps" xorm:"eps"`
|
||||
NeID string `json:"neId" xorm:"ne_id"` // UDM网元标识-子系统
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user