Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2025-06-29 10:17:49 +08:00
commit f5036e1f79

View file

@ -24,7 +24,7 @@ type BaseLayout struct {
ID string `json:"id"` // 布局 ID
Filters []*ViewFilter `json:"filters"` // 过滤规则
Sorts []*ViewSort `json:"sorts"` // 排序规则
PageSize int `json:"pageSize"` // 每页
PageSize int `json:"pageSize"` // 每页条目
}
// BaseValue 描述了字段值的基础结构。