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