package po type TTenant struct { TBase `bson:",inline"` TenantNo string `bson:"tenantNo"` TenantName string `bson:"tenantName"` }