add: multi-tenancy
This commit is contained in:
@@ -24,6 +24,7 @@ type UdmSubUser struct {
|
||||
ContextId string `json:"contextId" xorm:"context_id"`
|
||||
ApnContext string `json:"apnContext" xorm:"apn_context"`
|
||||
StaticIp string `json:"staticIp" xorm:"static_ip"`
|
||||
TenantID string `json:"tenantID" xorm:"tenant_id"`
|
||||
TenantName string `json:"tenantName" xorm:"tenant_name"`
|
||||
|
||||
SubNum string `json:"subNum,omitempty" xorm:"-"` // 批量数
|
||||
|
||||
Reference in New Issue
Block a user