♻️ Refactor av data structure

This commit is contained in:
Daniel 2023-07-12 21:37:51 +08:00
parent f68857fda5
commit cb73513941
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -130,7 +130,7 @@ type View struct {
ID string `json:"id"` // 视图 ID
Name string `json:"name"` // 视图名称
CurrentLayoutID string `json:"CurrentLayoutID"` // 当前布局 ID
CurrentLayoutID string `json:"currentLayoutID"` // 当前布局 ID
CurrentLayoutType LayoutType `json:"type"` // 当前布局类型
Table *LayoutTable `json:"table,omitempty"` // 表格布局
}