This commit is contained in:
Daniel 2025-07-08 16:33:37 +08:00
parent 91a4578859
commit 89dc7c62e7
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
16 changed files with 40 additions and 29 deletions

View file

@ -199,7 +199,6 @@ type View struct {
GroupFolded bool `json:"groupFolded,omitempty"` // 分组是否折叠
GroupHidden bool `json:"groupHidden,omitempty"` // 分组是否隐藏
GroupHideEmpty bool `json:"groupHideEmpty,omitempty"` // 分组是否隐藏空分组
GroupDefault bool `json:"groupDefault,omitempty"` // 是否为默认分组
}
// GroupCalc 描述了分组计算规则和结果的结构。
@ -291,9 +290,6 @@ type Viewable interface {
// SetGroupHidden 设置分组是否隐藏。
SetGroupHidden(hidden bool)
// SetGroupDefault 设置分组是否为默认分组。
SetGroupDefault(defaulted bool)
}
func NewAttributeView(id string) (ret *AttributeView) {