From 50171a5a532e75ef34f45e33f6f2b6e151d1d2e0 Mon Sep 17 00:00:00 2001 From: what Date: Wed, 20 Sep 2023 10:07:39 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20GridLayoutField=20=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= 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 3ae86a8..2e99bc7 100644 --- a/base/grid_layout_field.go +++ b/base/grid_layout_field.go @@ -13,6 +13,7 @@ type GridLayoutField struct { MaxH int `db:"maxH"` MaxW int `db:"maxW"` Code string `db:"code"` + Label string `db:"label"` Widget string `db:"widget"` WidgetPerfix string `db:"widgetPerfix"` WidgetDecorator string `db:"widgetDecorator"`