This commit is contained in:
Daniel 2025-06-08 11:01:21 +08:00
parent e11f93e9f1
commit d80bed7b85
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 49 additions and 10 deletions

View file

@ -1482,6 +1482,7 @@ type Operation struct {
IsTwoWay bool `json:"isTwoWay"` // 属性视图关联列是否是双向关系
BackRelationKeyID string `json:"backRelationKeyID"` // 属性视图关联列回链关联列的 ID
RemoveDest bool `json:"removeDest"` // 属性视图删除关联目标
Layout av.LayoutType `json:"layout"` // 属性视图布局类型
}
type Transaction struct {