liu
9 天以前 749cb2f4ad815c5a68c19fe961d5ca2149a84dd4
src/api/hrm/salary/payment/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 HrmSalaryPaymentApi {
  /** 薪资发放台账 */
@@ -13,7 +14,8 @@
    paymentMethod?: number;
    paymentTime?: string;
    status?: number;
    fileUrl?: string;
    blobIds?: number[];
    attachmentList?: SystemStorageApi.StorageBlob[];
    remark?: string;
    createTime?: string;
  }