This commit is contained in:
Daniel 2025-07-28 10:54:51 +08:00
parent 75b2ccfe82
commit 400153319e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 22 additions and 12 deletions

View file

@ -1693,6 +1693,7 @@ type Operation struct {
RemoveDest bool `json:"removeDest"` // 属性视图删除关联目标
Layout av.LayoutType `json:"layout"` // 属性视图布局类型
GroupID string `json:"groupID"` // 属性视图分组视图 ID
TargetGroupID string `json:"targetGroupID"` // 属性视图目标分组视图 ID
}
type Transaction struct {