This commit is contained in:
Daniel 2025-07-06 16:54:55 +08:00
parent 2e444d899b
commit 05f4d2995c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 89 additions and 124 deletions

View file

@ -198,7 +198,7 @@ type Collection interface {
GetFields() []Field
// GetField 返回指定 ID 的字段。
GetField(id string) (ret Field)
GetField(id string) (ret Field, fieldIndex int)
// GetSorts 返回集合的排序规则。
GetSorts() []*ViewSort