mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
🎨 Update av
This commit is contained in:
parent
e6aa17249a
commit
844c2916d8
1 changed files with 3 additions and 3 deletions
|
|
@ -40,9 +40,9 @@ type AttributeView struct {
|
|||
Rows []*Row `json:"rows"` // 表格行记录
|
||||
|
||||
Type AttributeViewType `json:"type"` // 属性视图类型
|
||||
Projections []string `json:"projections"` // 显示的列名,SELECT *
|
||||
Filters []*AttributeViewFilter `json:"filters"` // 过滤规则,WHERE ...
|
||||
Sorts []*AttributeViewSort `json:"sorts"` // 排序规则,ORDER BY ...
|
||||
Projections []string `json:"projections"` // 显示的列名
|
||||
Filters []*AttributeViewFilter `json:"filters"` // 过滤规则
|
||||
Sorts []*AttributeViewSort `json:"sorts"` // 排序规则
|
||||
}
|
||||
|
||||
// AttributeViewType 描述了属性视图的类型。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue