♻️ Refactor av data structure

This commit is contained in:
Daniel
2023-07-12 23:54:42 +08:00
parent ba396a5573
commit a55c109623

View File

@@ -1056,7 +1056,6 @@ type Operation struct {
Name string `json:"name"` // 属性视图列名
Typ string `json:"type"` // 属性视图列类型
KeyID string `json:"keyID"` // 属性视列 ID
RowID string `json:"rowID"` // 属性视图行 ID块 ID
discard bool // 用于标识是否在事务合并中丢弃
}