src/api/hrm/leave/index.ts
@@ -1,6 +1,7 @@ import type { PageParam, PageResult } from '#/packages/effects/request/src'; import { requestClient } from '#/api/request'; import type { SystemStorageApi } from '#/api/system/storage'; export namespace HrmLeaveApi { /** 请假申请 */ @@ -14,7 +15,8 @@ endTime?: string; duration?: number; reason?: string; fileUrl?: string; blobIds?: number[]; attachmentList?: SystemStorageApi.StorageBlob[]; status?: number; processInstanceId?: string; remark?: string;