UDM签约用户实体字段修改
This commit is contained in:
@@ -2,16 +2,26 @@ package model
|
|||||||
|
|
||||||
// UdmSubUser UDM签约用户
|
// UdmSubUser UDM签约用户
|
||||||
type UdmSubUser struct {
|
type UdmSubUser struct {
|
||||||
ID string `json:"id" xorm:"pk 'id' autoincr"`
|
ID string `json:"id" xorm:"pk 'id' autoincr"`
|
||||||
Msisdn string `json:"msisdn" xorm:"msisdn"` // 相当手机号
|
Msisdn string `json:"msisdn" xorm:"msisdn"` // 相当手机号
|
||||||
Imsi string `json:"imsi" xorm:"imsi"` // SIM卡号
|
Imsi string `json:"imsi" xorm:"imsi"` // SIM卡号
|
||||||
SubUeAMBRTemp string `json:"subUeAMBRTemp" xorm:"sub_ue_ambr_temp"`
|
Ambr string `json:"ambr" xorm:"ambr"`
|
||||||
SubSNSSAITemp string `json:"subSNSSAITemp" xorm:"sub_snssai_temp"`
|
Nssai string `json:"nssai" xorm:"nssai"`
|
||||||
Rai string `json:"rai" xorm:"rai"`
|
Rat string `json:"rat" xorm:"rat"`
|
||||||
ForbiddenAreasTemp string `json:"forbiddenAreasTemp" xorm:"forbidden_areas_temp"`
|
Arfb string `json:"arfb" xorm:"arfb"`
|
||||||
ServiceAreaRestrictTemp string `json:"serviceAreaRestrictTemp" xorm:"service_area_restrict_temp"`
|
Sar string `json:"sar" xorm:"sar"`
|
||||||
CnType string `json:"cnType" xorm:"cn_type"`
|
Cn string `json:"cn" xorm:"cn"`
|
||||||
SubData string `json:"subData" xorm:"sub_data"`
|
SmData string `json:"smData" xorm:"sm_data"`
|
||||||
Eps string `json:"eps" xorm:"eps"`
|
SmfSel string `json:"smfSel" xorm:"smf_sel"`
|
||||||
NeID string `json:"neId" xorm:"ne_id"` // UDM网元标识-子系统
|
EpsDat string `json:"epsDat" xorm:"eps_dat"`
|
||||||
|
NeID string `json:"neId" xorm:"ne_id"` // UDM网元标识-子系统
|
||||||
|
|
||||||
|
EpsFlag string `json:"epsFlag" xorm:"eps_flag"`
|
||||||
|
EpsOdb string `json:"epsOdb" xorm:"eps_odb"`
|
||||||
|
HplmnOdb string `json:"hplmnOdb" xorm:"hplmn_odb"`
|
||||||
|
Ard string `json:"ard" xorm:"ard"`
|
||||||
|
Epstpl string `json:"epstpl" xorm:"epstpl"`
|
||||||
|
ContextId string `json:"contextId" xorm:"context_id"`
|
||||||
|
ApnContext string `json:"apnContext" xorm:"apn_context"`
|
||||||
|
StaticIp string `json:"staticIp" xorm:"static_ip"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user