This commit is contained in:
Daniel 2025-06-30 20:40:22 +08:00
parent cbcb047f0f
commit 66fb119e1a
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 14 additions and 1 deletions

View file

@ -64,6 +64,8 @@ type BaseInstance struct {
PageSize int `json:"pageSize"` // 每页项目数
ShowIcon bool `json:"showIcon"` // 是否显示字段图标
WrapField bool `json:"wrapField"` // 是否换行字段内容
Folded bool `json:"folded,omitempty"` // 是否折叠
Hidden bool `json:"hidden,omitempty"` // 是否隐藏
}
func (baseInstance *BaseInstance) GetSorts() []*ViewSort {