[feat] 新增 platform 字段

This commit is contained in:
2024-02-26 22:31:26 +08:00
parent cdb36bf427
commit b4c13f60d2
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ type DataList struct {
Roles []string `db:"roles"` // 列表权限
IsAuthDB int `db:"is_auth_db"` // 启用权限过滤
LayoutConfig map[string]any `db:"layoutConfig"` // 列表布局配置
Platform string `db:"platform"`
UpdatedAt string `db:"updated_at"`
CreatedAt string `db:"created_at"`
}