This commit is contained in:
Daniel 2023-08-03 23:21:11 +08:00
parent 2baa74fb39
commit d5bceca2a4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 18 additions and 12 deletions

View file

@ -1091,6 +1091,7 @@ type Operation struct {
SrcIDs []string `json:"srcIDs"` // 用于将块拖拽到属性视图中
Name string `json:"name"` // 属性视图列名
Typ string `json:"type"` // 属性视图列类型
Format string `json:"format"` // 属性视图列格式化
KeyID string `json:"keyID"` // 属性视列 ID
RowID string `json:"rowID"` // 属性视图行 ID