Vanessa 2023-12-23 20:25:58 +08:00
parent 2c73687083
commit 418fc1df89
5 changed files with 103 additions and 2 deletions

View file

@ -1080,7 +1080,11 @@ interface IAVColumn {
options?: {
name: string,
color: string,
}[]
}[],
relationAvID: string // 关联的属性视图 ID
isBiRelation: string // 是否双向关联
backRelationKeyID: string // 双向关联时回链关联列的 ID
rollupKeyID: string // 汇总列 ID
}
interface IAVRow {