mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 21:38:48 +01:00
🎨 Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
eafe42fe59
commit
99db625cf7
5 changed files with 24 additions and 17 deletions
|
|
@ -16,8 +16,8 @@
|
|||
|
||||
package av
|
||||
|
||||
// ColumnCalc 描述了列(字段)计算操作和结果的结构。
|
||||
type ColumnCalc struct {
|
||||
// FieldCalc 描述了字段计算操作和结果的结构。
|
||||
type FieldCalc struct {
|
||||
Operator CalcOperator `json:"operator"` // 计算操作符
|
||||
Result *Value `json:"result"` // 计算结果
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue