This commit is contained in:
Daniel 2025-06-29 15:53:56 +08:00
parent b77f3907f7
commit 276ea42188
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 27 additions and 13 deletions

View file

@ -49,7 +49,8 @@ type BaseInstance struct {
HideAttrViewName bool `json:"hideAttrViewName"` // 是否隐藏属性视图名称
Filters []*ViewFilter `json:"filters"` // 过滤规则
Sorts []*ViewSort `json:"sorts"` // 排序规则
PageSize int `json:"pageSize"` // 每页项目
Group *ViewGroup `json:"group"` // 分组规则
PageSize int `json:"pageSize"` // 每页项目数
}
func (baseInstance *BaseInstance) GetSorts() []*ViewSort {