add multi-tenant

This commit is contained in:
2024-06-17 11:56:16 +08:00
parent d435710175
commit 8b6b49e660
5 changed files with 77 additions and 37 deletions

View File

@@ -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:"-"` // 批量数
}