[feat] 新增表单分组标识字段

This commit is contained in:
2024-09-24 15:21:18 +08:00
parent 722d821818
commit 964c25efe1
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ package base
type GridLayoutFormField struct {
Uuid string `db:"uuid"`
GridLayoutFormUuid string `db:"grid_layout_form_uuid"` // 所属布局 UUID
Group string `db:"group"`
Type string `db:"type"`
X int `db:"x"`
Y int `db:"y"`