mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 19:38:48 +01:00
✨ Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
b357047290
commit
17c59cb2ca
11 changed files with 64 additions and 69 deletions
|
|
@ -16,13 +16,6 @@
|
|||
|
||||
package av
|
||||
|
||||
// Calculable 接口定义了可计算的视图类型。
|
||||
type Calculable interface {
|
||||
|
||||
// Calc 根据视图中设置的计算规则进行计算。
|
||||
Calc()
|
||||
}
|
||||
|
||||
// ColumnCalc 描述了列(字段)计算操作和结果的结构。
|
||||
type ColumnCalc struct {
|
||||
Operator CalcOperator `json:"operator"` // 计算操作符
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue