package fields // TenantConfig 租户配置 type TenantConfig struct { Theme string `json:"theme,omitempty"` Features []string `json:"features,omitempty"` }