From 640a878778403748496c031b36a9fef95381a781 Mon Sep 17 00:00:00 2001 From: what Date: Sun, 12 Nov 2023 23:21:15 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E5=B8=83=E5=B1=80=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=9B=92=E5=AD=90=E6=A8=A1=E5=9E=8B=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/grid_layout_field.go | 1 + 1 file changed, 1 insertion(+) diff --git a/base/grid_layout_field.go b/base/grid_layout_field.go index 4fb4d65..0a47f04 100644 --- a/base/grid_layout_field.go +++ b/base/grid_layout_field.go @@ -24,6 +24,7 @@ type GridLayoutField struct { IsVirtual bool `db:"isVirtual"` InitialValue string `db:"initialValue"` InitialValueLanguage string `db:"initialValueLanguage"` + BoxStyle map[string]any `db:"boxStyle"` UpdatedAt string `db:"updated_at"` CreatedAt string `db:"created_at"` }