🎨 Clean code

This commit is contained in:
Daniel 2025-06-29 09:47:13 +08:00
parent 3baaf02480
commit f1dd0b82fc
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

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 描述了字段值的基础结构。