🎨 Improve av

This commit is contained in:
Daniel 2025-08-24 10:27:26 +08:00
parent 7300a4849c
commit be5bf8978d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1728,6 +1728,8 @@ type Operation struct {
GroupID string `json:"groupID"` // 属性视图分组视图 ID GroupID string `json:"groupID"` // 属性视图分组视图 ID
TargetGroupID string `json:"targetGroupID"` // 属性视图目标分组视图 ID TargetGroupID string `json:"targetGroupID"` // 属性视图目标分组视图 ID
IgnoreDefaultFill bool `json:"ignoreDefaultFill"` // 是否忽略默认填充 IgnoreDefaultFill bool `json:"ignoreDefaultFill"` // 是否忽略默认填充
Context map[string]interface{} `json:"context"` // 上下文信息
} }
type Transaction struct { type Transaction struct {