Files
quyun-v2/backend/database/fields/tenants.go

8 lines
165 B
Go

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