Daniel 2025-07-02 17:02:40 +08:00
parent 45f10bf62a
commit eca87831fe
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
10 changed files with 99 additions and 190 deletions

View file

@ -110,13 +110,6 @@ func (baseInstanceField *BaseInstanceField) GetID() string {
return baseInstanceField.ID
}
// CollectionLayout 描述了集合布局的接口。
type CollectionLayout interface {
// GetItemIDs 返回集合中所有项目的 ID。
GetItemIDs() []string
}
// Collection 描述了一个集合的接口。
// 集合可以是表格、画廊等,包含多个项目。
type Collection interface {