♻️ Refactor av data structure

This commit is contained in:
Daniel 2023-07-13 00:49:09 +08:00
parent 0f0461dc09
commit 96467d052d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 17 additions and 20 deletions

View file

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