support filtering geographic location and pictures in insights explorer

This commit is contained in:
MaysWind
2026-01-03 22:42:58 +08:00
parent 91a00cb5b3
commit 43154832b6
6 changed files with 134 additions and 2 deletions
+1
View File
@@ -600,6 +600,7 @@ export interface TransactionListInMonthByPageRequest {
export interface TransactionAllListRequest {
readonly startTime: number;
readonly endTime: number;
readonly withPictures?: boolean;
}
export interface TransactionReconciliationStatementRequest {