add: multi-tenant
This commit is contained in:
@@ -24,7 +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"`
|
||||
TenantIDs string `json:"tenantIDs" xorm:"tenant_ids"`
|
||||
TenantName string `json:"tenantName" xorm:"tenant_name"`
|
||||
|
||||
SubNum string `json:"subNum,omitempty" xorm:"-"` // 批量数
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user