[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
@@ -13,6 +13,7 @@ type GridLayout struct {
RowHeight float32 `db:"rowHeight"` // 栅格行高
Css map[string]any `db:"css"` // 布局CSS
Props []any `db:"props"` // 布局PROPS
Platform string `db:"platform"`
Roles []string `db:"roles"`
UpdatedAt string `db:"updated_at"`
CreatedAt string `db:"created_at"`