This commit is contained in:
Daniel 2025-07-04 16:42:37 +08:00
parent eafe42fe59
commit 99db625cf7
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 24 additions and 17 deletions

View file

@ -67,7 +67,8 @@ type BaseInstance struct {
Folded bool `json:"folded,omitempty"` // 是否折叠
Hidden bool `json:"hidden,omitempty"` // 是否隐藏
Groups []Viewable `json:"groups,omitempty"` // 分组实例列表
Groups []Viewable `json:"groups,omitempty"` // 分组实例列表
GroupCalc *GroupCalc `json:"groupCalc,omitempty"` // 分组计算规则和结果
}
func (baseInstance *BaseInstance) GetSorts() []*ViewSort {