feat: 更新用户、订单、媒体资产和租户模型,添加新的字段类型和结构体
This commit is contained in:
7
backend/database/fields/tenants.go
Normal file
7
backend/database/fields/tenants.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package fields
|
||||
|
||||
// TenantConfig 租户配置
|
||||
type TenantConfig struct {
|
||||
Theme string `json:"theme,omitempty"`
|
||||
Features []string `json:"features,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user