[feat] GridLayoutFormField 添加 BoxStyle 字段
This commit is contained in:
parent
65c4e2f6b2
commit
ee4b5fe3c6
@ -26,6 +26,7 @@ type GridLayoutFormField struct {
|
||||
Validators map[string]any `db:"validators"`
|
||||
Hidden bool `db:"hidden"`
|
||||
IsVirtual bool `db:"isVirtual"`
|
||||
BoxStyle map[string]any `db:"boxStyle"`
|
||||
UpdatedAt string `db:"updated_at"`
|
||||
CreatedAt string `db:"created_at"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user