feat(projects): 补充搜索条件

This commit is contained in:
AN
2025-07-18 23:13:19 +08:00
parent b46f172637
commit b6c7b1b383
3 changed files with 10 additions and 5 deletions

View File

@ -40,7 +40,7 @@ declare namespace Api {
/** leave search params */
type LeaveSearchParams = CommonType.RecordNullable<
Pick<Api.Workflow.Leave, 'leaveDays'> & Api.Common.CommonSearchParams
{ startLeaveDays: number; endLeaveDays: number } & Api.Common.CommonSearchParams
>;
/** leave operate params */