mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Clean code
This commit is contained in:
parent
3baaf02480
commit
f1dd0b82fc
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ type BaseLayout struct {
|
||||||
ID string `json:"id"` // 布局 ID
|
ID string `json:"id"` // 布局 ID
|
||||||
Filters []*ViewFilter `json:"filters"` // 过滤规则
|
Filters []*ViewFilter `json:"filters"` // 过滤规则
|
||||||
Sorts []*ViewSort `json:"sorts"` // 排序规则
|
Sorts []*ViewSort `json:"sorts"` // 排序规则
|
||||||
PageSize int `json:"pageSize"` // 每页行数
|
PageSize int `json:"pageSize"` // 每页条目数
|
||||||
}
|
}
|
||||||
|
|
||||||
// BaseValue 描述了字段值的基础结构。
|
// BaseValue 描述了字段值的基础结构。
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue