Vanessa 2025-12-18 23:12:35 +08:00
parent c7d29fafd4
commit 949ccbd5ad

View file

@ -936,11 +936,11 @@ interface IAVFilter {
operator: TAVFilterOperator,
quantifier?: string,
value: IAVCellValue,
relativeDate?: relativeDate
relativeDate2?: relativeDate
relativeDate?: IAVRelativeDate
relativeDate2?: IAVRelativeDate
}
interface relativeDate {
interface IAVRelativeDate {
count: number; // 数量
unit: number; // 单位0: 天、1: 周、2: 月、3: 年
direction: number; // 方向:-1: 前、0: 现在、1: 后