summary filter

This commit is contained in:
2025-04-01 23:00:35 +08:00
parent b187bdefdf
commit 9fa61ccf8d
4 changed files with 32 additions and 5 deletions

View File

@@ -45,7 +45,10 @@ export interface EventsQueryParams {
linkSlug?: string;
userId?: string;
teamId?: string;
teamIds?: string[]; // 团队ID数组支持多选
projectId?: string;
projectIds?: string[]; // 项目ID数组支持多选
tagIds?: string[]; // 标签ID数组支持多选
page?: number;
pageSize?: number;
sortBy?: string;