Vanessa 2023-12-25 12:45:59 +08:00
parent fa26c6e4fb
commit fd17c48e79
2 changed files with 7 additions and 4 deletions

View file

@ -1164,7 +1164,7 @@ interface IAVCellAssetValue {
}
interface IAVCellRelationValue {
avID: string
backKeyID: string
isTwoWay: boolean
avID?: string
backKeyID?: string
isTwoWay?: boolean
}