This commit is contained in:
Daniel 2025-07-25 14:55:56 +08:00
parent 0c0d02c6a6
commit 526bd76c4c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -22,7 +22,7 @@ type ViewGroup struct {
Method GroupMethod `json:"method"` // 分组方式
Range *GroupRange `json:"range,omitempty"` // 分组范围
Order GroupOrder `json:"order"` // 分组排序规则
HideEmpty bool `json:"hideEmpty,omitempty"` // 是否隐藏空分组
HideEmpty bool `json:"hideEmpty"` // 是否隐藏空分组
}
// GroupMethod 描述了分组方式。