15 小时以前 b8f3dc696c6907da579bc281e0682a0236c2e8d9
src/api/hrm/transfer/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 HrmTransferApi {
  /** 调岗申请 */
@@ -19,7 +20,8 @@
    transferType?: number;
    effectiveDate?: string;
    reason?: string;
    fileUrl?: string;
    blobIds?: number[];
    attachmentList?: SystemStorageApi.StorageBlob[];
    status?: number;
    processInstanceId?: string;
    remark?: string;