From ee4b5fe3c6fec32792a4f8276a8158339f74850c Mon Sep 17 00:00:00 2001 From: what Date: Wed, 27 Mar 2024 10:59:36 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20GridLayoutFormField=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20BoxStyle=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/grid_layout_form_field.go | 1 + 1 file changed, 1 insertion(+) diff --git a/base/grid_layout_form_field.go b/base/grid_layout_form_field.go index 9a3f2a9..5db23cb 100644 --- a/base/grid_layout_form_field.go +++ b/base/grid_layout_form_field.go @@ -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"` }