This commit is contained in:
Daniel 2025-08-09 11:47:18 +08:00
parent 580ecd617d
commit eba15bb41a
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 9 additions and 0 deletions

View file

@ -200,6 +200,7 @@ type View struct {
GroupVal *Value `json:"groupVal,omitempty"` // 分组值
GroupFolded bool `json:"groupFolded"` // 分组是否折叠
GroupHidden int `json:"groupHidden"` // 分组是否隐藏0显示1空白隐藏2手动隐藏
GroupSort int `json:"groupSort"` // 分组排序值
}
// GetGroupValue 获取分组视图的分组值。